mirror of https://github.com/rwf2/Rocket.git
4eaf9ba9c5
* The `unmanaged_state` lint emits a warning when a `State<T>` request guard is used without an accompanying `manage` call for `T`. * The `unmounted_route` lint emits a warning when a route declared via a Rocket attribute is not mounted via a call to `mount`. There is one known shortcoming of these lints at present: _any_ call to `manage` or `mount` marks state/routes as managed/mounted. This can be an issue when an application uses more than one `Rocket` instance, with different calls to `mount` and `manage` in each. The lints should perform their analyses on a per-instance basis. |
||
---|---|---|
.. | ||
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 | ||
ignored_params.rs | ||
lints.rs | ||
malformed-content-type.rs | ||
malformed-param-list.rs | ||
phantom-declared-param.rs | ||
route-bad-method.rs | ||
route-invalid-method.rs | ||
unknown-attribute-param.rs | ||
unknown-content-type.rs |