Remove unneeded crate attributes

These are overridden by Cargo anyway.
This commit is contained in:
Steve Klabnik 2015-07-01 15:49:03 -04:00
parent 05186cf670
commit 1d8c64ef37

View file

@ -1,6 +1,5 @@
//! A simple, thread-safe IRC library.
#![crate_name = "irc"]
#![crate_type = "lib"]
#![warn(missing_docs)]
#[cfg(feature = "ctcp")] extern crate time;