reem / rust-modifier

Convenient chaining APIs for free
29 stars 9 forks source link

Remove redundant license specification #8

Closed andor44 closed 9 years ago

andor44 commented 9 years ago

The license is already defined in Cargo.toml and the license attribute is picked up as an unused attribute by rustc, causing #[deny(warnings)] to fail the compilation because of the unused attribute warning