]> git.lizzy.rs Git - rust.git/blobdiff - src/main.rs
Auto merge of #8677 - xFrednet:8213-manual-bits-suggestion, r=giraffate
[rust.git] / src / main.rs
index 7ebdd947893e9e1570ed1fe8d31ba32b2b4ffefd..240e233420f0ea124f063951cfa9973f5ac087d9 100644 (file)
@@ -96,7 +96,7 @@ fn new<I>(mut old_args: I) -> Self
             clippy_args.push("--no-deps".into());
         }
 
-        ClippyCmd {
+        Self {
             cargo_subcommand,
             args,
             clippy_args,