Skip to content

Commit fd8cada

Browse files
committed
Release v0.9.3
1 parent cc1e9d2 commit fd8cada

23 files changed

+2475
-0
lines changed

doc/v0.9.3/.lock

Whitespace-only changes.

doc/v0.9.3/FiraSans-Medium.woff

87.8 KB
Binary file not shown.

doc/v0.9.3/FiraSans-Regular.woff

89.8 KB
Binary file not shown.

doc/v0.9.3/Heuristica-Italic.woff

117 KB
Binary file not shown.
54.2 KB
Binary file not shown.
54.1 KB
Binary file not shown.
47.6 KB
Binary file not shown.
48.8 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(function() {var implementors = {};
2+
implementors['r2d2_postgres'] = ["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='enum' href='r2d2_postgres/enum.Error.html' title='r2d2_postgres::Error'>Error</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='r2d2_postgres/struct.PostgresConnectionManager.html' title='r2d2_postgres::PostgresConnectionManager'>PostgresConnectionManager</a>",];
3+
4+
if (window.register_implementors) {
5+
window.register_implementors(implementors);
6+
} else {
7+
window.pending_implementors = implementors;
8+
}
9+
10+
})()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
(function() {var implementors = {};
2+
implementors['r2d2_postgres'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/core/fmt/trait.Display.html' title='core::fmt::Display'>Display</a> for <a class='enum' href='r2d2_postgres/enum.Error.html' title='r2d2_postgres::Error'>Error</a>",];
3+
4+
if (window.register_implementors) {
5+
window.register_implementors(implementors);
6+
} else {
7+
window.pending_implementors = implementors;
8+
}
9+
10+
})()

0 commit comments

Comments
 (0)