Rocket/codegen/tests/run-pass
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
..
complete-decorator.rs Allow named parameters to be ignored. 2017-08-02 18:44:31 -07:00
custom-content-type.rs Warn, but don't error, on unknown route formats. 2016-12-27 15:30:33 -06:00
derive_form.rs Add support for lenient forms via 'LenientForm'. 2017-06-18 01:59:22 -07:00
dynamic-paths.rs Allow named parameters to be ignored. 2017-08-02 18:44:31 -07:00
empty-fn.rs Compile-time enforce paths as absolute, non-empty, valid segments. 2017-02-06 04:03:30 -08:00
empty_form.rs Add support for lenient forms via 'LenientForm'. 2017-06-18 01:59:22 -07:00
error-handler.rs Completely new raw API. 2016-10-07 23:20:49 -07:00
form-field-rename.rs Allow the full range of valid form field renames. 2017-08-02 17:37:20 -07:00
instanced-mounting.rs Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:44:50 -07:00
issue-1-colliding-names.rs Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
methods.rs Reenable the options decorator. 2017-02-02 15:02:32 -08:00
rank_decorator.rs Allow different lifetimes in handler Request reference and its contents. 2016-10-06 20:38:13 -07:00
refactored_rocket_no_lint_errors.rs Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:44:50 -07:00
segments.rs Fix security checks in `PathBuf::FromSegments`. 2017-01-13 13:25:33 -08:00
type-alias-lints.rs Remove lints and associated code from 'rocket_codegen'. 2017-08-15 11:44:50 -07:00