Remove unneeded crate_name attribute

This commit is contained in:
Steven Fackler 2014-09-14 19:27:15 -07:00
parent 61992878f1
commit 0c1dccfd52

View File

@ -53,7 +53,6 @@
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-postgres/doc")]
#![feature(macro_rules, struct_variant, phase, unsafe_destructor)] #![feature(macro_rules, struct_variant, phase, unsafe_destructor)]
#![warn(missing_doc)] #![warn(missing_doc)]
#![crate_name="postgres"]
extern crate collections; extern crate collections;
extern crate openssl; extern crate openssl;