Apply unnecessary_semicolon to Clippy sources
This commit is contained in:
parent
51b0107d28
commit
3a7f50f6d3
76 changed files with 88 additions and 88 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue