Skip to content

Commit 3d5bf2c

Browse files
committed
rebuild pages at 2a77286
1 parent d8d6fc8 commit 3d5bf2c

File tree

8 files changed

+7
-9
lines changed

8 files changed

+7
-9
lines changed

doc/postgres_array/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Crate <a class='mod' href=''>postgres_array</a><wbr></span><span class='out-of-band'><a href='stability.html'>[stability]</a> <span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-0' href='../src/postgres_array/lib.rs.html#1-490'>[src]</a></span></h1>
47+
</span><a id='src-0' href='../src/postgres_array/lib.rs.html#1-489'>[src]</a></span></h1>
4848
<div class='docblock'><p>Multi-dimensional arrays with per-dimension specifiable lower bounds</p>
4949
</div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
5050
<table>

doc/postgres_array/struct.ArrayBase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>postgres_array</a>::<wbr><a class='struct' href=''>ArrayBase</a><wbr></span><span class='out-of-band'><span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-3840' href='../src/postgres_array/lib.rs.html#83-86'>[src]</a></span></h1>
47+
</span><a id='src-3840' href='../src/postgres_array/lib.rs.html#82-85'>[src]</a></span></h1>
4848
<pre class='rust struct'>pub struct ArrayBase&lt;T&gt; {
4949
// some fields omitted
5050
}</pre><div class='docblock'><p>A multi-dimensional array</p>

doc/postgres_array/struct.ArraySlice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>postgres_array</a>::<wbr><a class='struct' href=''>ArraySlice</a><wbr></span><span class='out-of-band'><span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-4638' href='../src/postgres_array/lib.rs.html#220-223'>[src]</a></span></h1>
47+
</span><a id='src-4638' href='../src/postgres_array/lib.rs.html#219-222'>[src]</a></span></h1>
4848
<pre class='rust struct'>pub struct ArraySlice&lt;'parent, T: 'static&gt; {
4949
// some fields omitted
5050
}</pre><div class='docblock'><p>An immutable slice of a multi-dimensional array</p>

doc/postgres_array/struct.DimensionInfo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>postgres_array</a>::<wbr><a class='struct' href=''>DimensionInfo</a><wbr></span><span class='out-of-band'><span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-3478' href='../src/postgres_array/lib.rs.html#17-22'>[src]</a></span></h1>
47+
</span><a id='src-3478' href='../src/postgres_array/lib.rs.html#16-21'>[src]</a></span></h1>
4848
<pre class='rust struct'>pub struct DimensionInfo {
4949
pub len: <a href='http://doc.rust-lang.org/nightly/std/primitive.usize.html'>usize</a>,
5050
pub lower_bound: <a href='http://doc.rust-lang.org/nightly/std/primitive.isize.html'>isize</a>,

doc/postgres_array/struct.MutArraySlice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>postgres_array</a>::<wbr><a class='struct' href=''>MutArraySlice</a><wbr></span><span class='out-of-band'><span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-4904' href='../src/postgres_array/lib.rs.html#271-274'>[src]</a></span></h1>
47+
</span><a id='src-4904' href='../src/postgres_array/lib.rs.html#270-273'>[src]</a></span></h1>
4848
<pre class='rust struct'>pub struct MutArraySlice&lt;'parent, T: 'static&gt; {
4949
// some fields omitted
5050
}</pre><div class='docblock'><p>A mutable slice of a multi-dimensional array</p>

doc/postgres_array/trait.Array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Trait <a href='index.html'>postgres_array</a>::<wbr><a class='trait' href=''>Array</a><wbr></span><span class='out-of-band'><span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-3642' href='../src/postgres_array/lib.rs.html#25-43'>[src]</a></span></h1>
47+
</span><a id='src-3642' href='../src/postgres_array/lib.rs.html#24-42'>[src]</a></span></h1>
4848
<pre class='rust trait'>pub trait Array&lt;T&gt; {
4949
fn <a href='#tymethod.dimension_info' class='fnname'>dimension_info</a>&lt;'a&gt;(&amp;'a self) -&gt; <a href='http://doc.rust-lang.org/nightly/std/primitive.slice.html'>&amp;'a [</a><a class='struct' href='../postgres_array/struct.DimensionInfo.html' title='postgres_array::DimensionInfo'>DimensionInfo</a><a href='http://doc.rust-lang.org/nightly/std/primitive.slice.html'>]</a>;
5050
fn <a href='#tymethod.slice' class='fnname'>slice</a>&lt;'a&gt;(&amp;'a self, idx: <a href='http://doc.rust-lang.org/nightly/std/primitive.isize.html'>isize</a>) -&gt; <a class='struct' href='../postgres_array/struct.ArraySlice.html' title='postgres_array::ArraySlice'>ArraySlice</a>&lt;'a, T&gt;;

doc/postgres_array/trait.MutableArray.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<h1 class='fqn'><span class='in-band'>Trait <a href='index.html'>postgres_array</a>::<wbr><a class='trait' href=''>MutableArray</a><wbr></span><span class='out-of-band'><span id='render-detail'>
4545
<a id="collapse-all" href="#">[-]
4646
</a>&nbsp;<a id="expand-all" href="#">[+]</a>
47-
</span><a id='src-3688' href='../src/postgres_array/lib.rs.html#46-61'>[src]</a></span></h1>
47+
</span><a id='src-3688' href='../src/postgres_array/lib.rs.html#45-60'>[src]</a></span></h1>
4848
<pre class='rust trait'>pub trait MutableArray&lt;T&gt;: <a class='trait' href='../postgres_array/trait.Array.html' title='postgres_array::Array'>Array</a>&lt;T&gt; {
4949
fn <a href='#tymethod.slice_mut' class='fnname'>slice_mut</a>&lt;'a&gt;(&amp;'a mut self, idx: <a href='http://doc.rust-lang.org/nightly/std/primitive.isize.html'>isize</a>) -&gt; <a class='struct' href='../postgres_array/struct.MutArraySlice.html' title='postgres_array::MutArraySlice'>MutArraySlice</a>&lt;'a, T&gt;;
5050
fn <a href='#tymethod.get_mut' class='fnname'>get_mut</a>&lt;'a&gt;(&amp;'a mut self, idx: <a href='http://doc.rust-lang.org/nightly/std/primitive.isize.html'>isize</a>) -&gt; &amp;'a mut T;

doc/src/postgres_array/lib.rs.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,12 +529,10 @@
529529
<span id="487">487</span>
530530
<span id="488">488</span>
531531
<span id="489">489</span>
532-
<span id="490">490</span>
533532
</pre><pre class='rust '>
534533
<span class='doccomment'>//! Multi-dimensional arrays with per-dimension specifiable lower bounds</span>
535534
<span class='attribute'>#<span class='op'>!</span>[<span class='ident'>doc</span>(<span class='ident'>html_root_url</span><span class='op'>=</span><span class='string'>&quot;https://sfackler.github.io/rust-postgres-array/doc&quot;</span>)]</span>
536535
<span class='attribute'>#<span class='op'>!</span>[<span class='ident'>feature</span>(<span class='ident'>core</span>, <span class='ident'>io</span>)]</span>
537-
<span class='attribute'>#<span class='op'>!</span>[<span class='ident'>cfg_attr</span>(<span class='ident'>test</span>, <span class='ident'>feature</span>(<span class='ident'>collections</span>))]</span>
538536

539537
<span class='kw'>extern</span> <span class='kw'>crate</span> <span class='ident'>postgres</span>;
540538
<span class='kw'>extern</span> <span class='kw'>crate</span> <span class='ident'>time</span>;

0 commit comments

Comments
 (0)