Module rustc_lint::noop_method_call[][src]

Structs

Statics

The noop_method_call lint detects specific calls to noop methods such as a calling <&T as Clone>::clone where T: !Clone.