We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147c193 commit c330004Copy full SHA for c330004
clippy_dev/src/sync.rs
@@ -6,7 +6,8 @@ use std::process::exit;
6
7
use xshell::{Shell, cmd};
8
9
-const JOSH_FILTER: &str = ":rev(0450db33a5d8587f7c1d4b6d233dac963605766b:prefix=src/tools/clippy):/src/tools/clippy";
+const JOSH_FILTER: &str =
10
+ ":rev(20ce69b9a63bcd2756cd906fe0964d1e901e042a:prefix=src/tools/clippy):/src/tools/clippy:prune=trivial-merge";
11
const JOSH_PORT: &str = "42042";
12
const TOOLCHAIN_TOML: &str = "rust-toolchain.toml";
13
const UTILS_README: &str = "clippy_utils/README.md";
0 commit comments