We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5196f3 commit 53e39ccCopy full SHA for 53e39cc
1 file changed
check_diff/src/main.rs
@@ -19,7 +19,9 @@ const REPOS: &[&str] = &[
19
"https://github.com/rust-lang/packed_simd.git",
20
"https://github.com/rust-lang/rust-analyzer.git",
21
"https://github.com/rust-lang/rust-bindgen.git",
22
+ "https://github.com/rust-lang/rust-clippy.git",
23
"https://github.com/rust-lang/rust-semverver.git",
24
+ "https://github.com/rust-lang/rustfmt.git",
25
"https://github.com/rust-lang/rust.git",
26
"https://github.com/rust-lang/rustlings.git",
27
"https://github.com/rust-lang/rustup.git",
0 commit comments