Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 clippy 0.0.113 - Docs.rs
clippy 0.0.113
A bunch of helpful lints to avoid common pitfalls in Rust
#![feature(plugin)]#![plugin(clippy)]fntrait_obj_elided2<'a>(_arg:&'a Drop)->&'astr{unimplemented!()}fnmain(){}traitWithLifetime<'a> {}// should not warn because it won't build without the lifetime
fntrait_obj_elided<'a>(_arg:&'a WithLifetime)->&'astr{unimplemented!()}