We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d2bb6 commit 07f380fCopy full SHA for 07f380f
1 file changed
src/lib.rs
@@ -43,7 +43,7 @@
43
//! }
44
//! ```
45
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc")]
46
-#![feature(unsafe_destructor, collections, io, core, debug_builders)]
+#![feature(unsafe_destructor, io, core, debug_builders, str_char)]
47
#![warn(missing_docs)]
48
#![no_implicit_prelude]
49
0 commit comments