Skip to content

Commit dec56db

Browse files
committed
Remove old crate attributes
1 parent 97efc52 commit dec56db

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,9 @@
5050
//! }
5151
//! }
5252
//! ```
53-
54-
#![crate_name="postgres"]
55-
#![crate_type="rlib"]
56-
#![crate_type="dylib"]
5753
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
58-
59-
#![warn(missing_doc)]
60-
6154
#![feature(macro_rules, struct_variant, phase, unsafe_destructor)]
55+
#![warn(missing_doc)]
6256

6357
extern crate collections;
6458
extern crate openssl;

0 commit comments

Comments
 (0)