Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dcopies.rs164 pub struct CopyAndPaste { struct
169 impl CopyAndPaste { argument
185 impl<'tcx> LateLintPass<'tcx> for CopyAndPaste { implementation