We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97efc52 commit dec56dbCopy full SHA for dec56db
1 file changed
src/lib.rs
@@ -50,15 +50,9 @@
50
//! }
51
52
//! ```
53
-
54
-#![crate_name="postgres"]
55
-#![crate_type="rlib"]
56
-#![crate_type="dylib"]
57
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
58
59
-#![warn(missing_doc)]
60
61
#![feature(macro_rules, struct_variant, phase, unsafe_destructor)]
+#![warn(missing_doc)]
62
63
extern crate collections;
64
extern crate openssl;
0 commit comments