Remove unneeded crate_name attribute
This commit is contained in:
parent
61992878f1
commit
0c1dccfd52
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user