Skip to content

Commit a277a90

Browse files
committed
Merge pull request rust-postgres#91 from alexcrichton/update
Remove an unneeded feature
2 parents 9523e22 + 05359f9 commit a277a90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
//! }
5252
//! ```
5353
#![doc(html_root_url="https://sfackler.github.io/doc")]
54-
#![feature(plugin, unsafe_destructor, old_orphan_check)]
54+
#![feature(plugin, unsafe_destructor)]
5555
#![warn(missing_docs)]
5656
#![allow(unstable)]
5757

0 commit comments

Comments
 (0)