Rocket/codegen
Sergio Benitez ff8e4c73a8 Remove lints and associated code from 'rocket_codegen'.
Rust's linting API is incredibly unstable, resulting in unnecessary
breakage to `rocket_codegen`. Rocket's lints are also not as
conservative as would be desired, resulting in spurious warnings. For
these reasons, this commit removes linting from `rocket_codegen`.

These lints will likely be reintroduced as part of a 'rocket_lints'
crate. Factoring the lints out to a separate crate means that lint
breakage can be dealt with by uncommenting the dependency instead of
waiting for a new release or backtracking nightlies. In the same vein,
it will likely improve stability of the 'rocket_codegen' crate.
2017-08-15 11:44:50 -07:00
..
src Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:44:50 -07:00
tests Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:44:50 -07:00
Cargo.toml New version: 0.3.1. 2017-08-11 10:19:56 -07:00
build.rs Update lints for latest nightly, '2017-08-10'. 2017-08-11 09:14:54 -07:00