We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d57eb commit 41bcb71Copy full SHA for 41bcb71
src/lib.rs
@@ -51,7 +51,7 @@
51
//! }
52
//! ```
53
#![doc(html_root_url="https://sfackler.github.io/doc")]
54
-#![feature(plugin, unsafe_destructor, slicing_syntax, old_orphan_check)]
+#![feature(plugin, unsafe_destructor, old_orphan_check)]
55
#![warn(missing_docs)]
56
#![allow(unstable)]
57
@@ -1234,7 +1234,7 @@ pub struct Statement<'conn> {
1234
impl<'a> fmt::Show for Statement<'a> {
1235
fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
1236
write!(fmt,
1237
- "Statement {{ connection: {:?}, name: {:?}, parameter_types: {:?},
+ "Statement {{ connection: {:?}, name: {:?}, parameter_types: {:?}, \
1238
result_descriptions: {:?} }}",
1239
self.conn,
1240
self.name,
0 commit comments