Static clippy_lints::ptr::PTR_ARG []

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