Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dfrom_over_into.rs42 pub struct FromOverInto { struct
46 impl FromOverInto { implementation
55 impl LateLintPass<'_> for FromOverInto { implementation
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dmin_rust_version_attr.rs69 pub struct FromOverInto(String); struct
72 fn into(self) -> FromOverInto { in into()