Merge pull request #28 from steveklabnik/patch-1

Remove unneeded crate attributes
This commit is contained in:
Aaron Weiss 2015-07-01 15:49:55 -04:00
commit 627921ba36

View file

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