more rustup

This commit is contained in:
Manish Goregaokar 2014-12-26 04:52:18 +05:30
parent b790b78eec
commit 32d060ae11

View file

@ -88,6 +88,7 @@ impl LintPass for StrToStringPass {
declare_lint!(CLIPPY_TOPLEVEL_REF_ARG, Warn, "Warn about pattern matches with top-level `ref` bindings");
#[allow(missing_copy_implementations)]
pub struct TopLevelRefPass;
impl LintPass for TopLevelRefPass {