From 32d060ae1134d05738824019dc79c29225b32308 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 26 Dec 2014 04:52:18 +0530 Subject: [PATCH] more rustup --- src/misc.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc.rs b/src/misc.rs index c72f39ba315..4fb0a159a8b 100644 --- a/src/misc.rs +++ b/src/misc.rs @@ -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 {