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 19c34d4 commit 85f5f2bCopy full SHA for 85f5f2b
clippy_dev/src/sync.rs
@@ -6,8 +6,7 @@ use std::process::exit;
6
7
use xshell::{Shell, cmd};
8
9
-const JOSH_FILTER: &str =
10
- ":rev(20ce69b9a63bcd2756cd906fe0964d1e901e042a:prefix=src/tools/clippy):/src/tools/clippy:prune=trivial-merge";
+const JOSH_FILTER: &str = ":/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