Merge pull request #28 from steveklabnik/patch-1
Remove unneeded crate attributes
This commit is contained in:
commit
627921ba36
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue