On Fri, Feb 28, 2014 at 09:38:18PM +0100, Matthieu Monrocq wrote: > The main issue with the lint as you proposed is that if I *want* a linear > type without any property, the lint will continuously bug me. Thus the idea > of #[deriving(None)] (or whatever name) to shut the lint down, because once > you start ignoring warnings, you miss the important ones.
Lints can be disabled on a module-by-module basis. ``` #[allow(missing_traits)] ``` Niko _______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev