mirror of https://github.com/rwf2/Rocket.git
ff8e4c73a8
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. |
||
---|---|---|
.. | ||
absolute-mount-paths.rs | ||
bad-attribute-form.rs | ||
bad-attribute-param.rs | ||
bad-error-fn.rs | ||
bad-ident-argument.rs | ||
bad-value-types-in-attribute.rs | ||
data-without-post.rs | ||
decorate-enum.rs | ||
decorate-impl.rs | ||
decorate-struct.rs | ||
decorate-trait.rs | ||
empty-segments.rs | ||
form-field-attr.rs | ||
ignored_params.rs | ||
malformed-media-type.rs | ||
malformed-param-list.rs | ||
phantom-declared-param.rs | ||
route-bad-method.rs | ||
route-invalid-method.rs | ||
unknown-attribute-param.rs | ||
unknown-media-type.rs |