Static clippy_lints::ptr::PTR_ARG []

pub static PTR_ARG: &'static Lint = &::rustc::lint::Lint{name: "PTR_ARG",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "fn arguments of the type `&Vec<...>` or `&String`, suggesting to use `&[...]` or `&str` instead, respectively",}