Home
last modified time | relevance | path

Searched defs:MutableKeyType (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmut_key.rs85 pub struct MutableKeyType { struct
90 impl_lint_pass!(MutableKeyType => [ MUTABLE_KEY_TYPE ]); argument
92 impl<'tcx> LateLintPass<'tcx> for MutableKeyType { implementation
133 impl MutableKeyType { implementation