Apply unnecessary_semicolon to Clippy sources

This commit is contained in:
Samuel Tardieu 2025-01-19 14:48:27 +01:00
parent 51b0107d28
commit 3a7f50f6d3
76 changed files with 88 additions and 88 deletions

View file

@ -223,7 +223,7 @@ pub fn main() {
if !has_sysroot_arg(args) {
args.extend(vec!["--sysroot".into(), sys_root]);
}
};
}
};
// make "clippy-driver --rustc" work like a subcommand that passes further args to "rustc"