Skip to content

Commit 24e73ff

Browse files
committed
rebuild pages at f84c71b
1 parent cb848ce commit 24e73ff

16 files changed

+67
-53
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(function() {var implementors = {};
2+
implementors['postgres_array'] = ["<a class='stability Stable' title='Stable'></a>impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a> for <a class='struct' href='postgres_array/struct.DimensionInfo.html' title='postgres_array::DimensionInfo'>DimensionInfo</a>","<a class='stability Stable' title='Stable'></a>impl&lt;T: <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a>&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a> for <a class='struct' href='postgres_array/struct.ArrayBase.html' title='postgres_array::ArrayBase'>ArrayBase</a>&lt;T&gt;",];
3+
4+
if (window.register_implementors) {
5+
window.register_implementors(implementors);
6+
} else {
7+
window.pending_implementors = implementors;
8+
}
9+
10+
})()

doc/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,10 @@ h1 .stability {
493493
.stability.Locked { border-color: #0084B6; color: #00668c; }
494494
.stability.Unmarked { border-color: #BBBBBB; }
495495

496+
td.summary-column {
497+
width: 100%;
498+
}
499+
496500
.summary {
497501
padding-right: 0px;
498502
}

doc/main.js

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@
468468
if ($active.length) {
469469
document.location.href = $active.find('a').prop('href');
470470
}
471+
} else {
472+
$active.removeClass('highlighted');
471473
}
472474
});
473475
}
@@ -713,10 +715,12 @@
713715
if (crates[i] == window.currentCrate) {
714716
klass += ' current';
715717
}
716-
var desc = rawSearchIndex[crates[i]].items[0][3];
717-
div.append($('<a>', {'href': '../' + crates[i] + '/index.html',
718-
'title': plainSummaryLine(desc),
719-
'class': klass}).text(crates[i]));
718+
if (rawSearchIndex[crates[i]].items[0]) {
719+
var desc = rawSearchIndex[crates[i]].items[0][3];
720+
div.append($('<a>', {'href': '../' + crates[i] + '/index.html',
721+
'title': plainSummaryLine(desc),
722+
'class': klass}).text(crates[i]));
723+
}
720724
}
721725
sidebar.append(div);
722726
}

doc/postgres_array/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<section id='main' class="content mod">
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="#">[-]</a>&nbsp;<a id="expand-all" href="#">[+]</a>
46-
</span><a id='src-0' href='../src/postgres_array/lib.rs.html#1-489'>[src]</a></span></h1>
46+
</span><a id='src-0' href='../src/postgres_array/lib.rs.html#1-488'>[src]</a></span></h1>
4747
<div class='docblock'><p>Multi-dimensional arrays with per-dimension specifiable lower bounds</p>
4848
</div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
4949
<table>

doc/postgres_array/sidebar-items.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/postgres_array/stability.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
the crate, according to the total number of items at each level in the module and
4646
its children (percentages total for postgres_array):
4747
<blockquote>
48-
<a class='stability Stable'></a> stable (21%),<br/>
48+
<a class='stability Stable'></a> stable (26%),<br/>
4949
<a class='stability Unstable'></a> unstable (0%),<br/>
5050
<a class='stability Deprecated'></a> deprecated (0%),<br/>
51-
<a class='stability Unmarked'></a> unmarked (78%)
51+
<a class='stability Unmarked'></a> unmarked (73%)
5252
</blockquote>
5353
The counts do not include methods or trait
54-
implementations that are visible only through a re-exported type.<table><tr><td><a href='index.html'>postgres_array</a></td><td class='summary-column'><span class='summary Stable' style='width: 21.8750%; display: inline-block'>&nbsp</span><span class='summary Unstable' style='width: 0.0000%; display: inline-block'>&nbsp</span><span class='summary Deprecated' style='width: 0.0000%; display: inline-block'>&nbsp</span><span class='summary Unmarked' style='width: 78.1250%; display: inline-block'>&nbsp</span></td></tr></table></section>
54+
implementations that are visible only through a re-exported type.<table><tr><td><a href='index.html'>postgres_array</a></td><td class='summary-column'><span class='summary Stable' style='width: 26.4706%; display: inline-block'>&nbsp</span><span class='summary Unstable' style='width: 0.0000%; display: inline-block'>&nbsp</span><span class='summary Deprecated' style='width: 0.0000%; display: inline-block'>&nbsp</span><span class='summary Unmarked' style='width: 73.5294%; display: inline-block'>&nbsp</span></td></tr></table></section>
5555
<section id='search' class="content hidden"></section>
5656

5757
<section class="footer"></section>

doc/postgres_array/stability.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"postgres_array","counts":{"deprecated":0,"unstable":0,"stable":7,"unmarked":25},"submodules":[]}
1+
{"name":"postgres_array","counts":{"deprecated":0,"unstable":0,"stable":9,"unmarked":25},"submodules":[]}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy