Skip to content

Commit 07f380f

Browse files
committed
More feature updates
1 parent 07d2bb6 commit 07f380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
//! }
4444
//! ```
4545
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc")]
46-
#![feature(unsafe_destructor, collections, io, core, debug_builders)]
46+
#![feature(unsafe_destructor, io, core, debug_builders, str_char)]
4747
#![warn(missing_docs)]
4848
#![no_implicit_prelude]
4949

0 commit comments

Comments
 (0)