Remove unneeded crate attributes
These are overridden by Cargo anyway.
This commit is contained in:
parent
05186cf670
commit
1d8c64ef37
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue