Skip to content

Commit c330004

Browse files
committed
fixup! Implement sync subcommand in clippy_dev
1 parent 147c193 commit c330004

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clippy_dev/src/sync.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ use std::process::exit;
66

77
use xshell::{Shell, cmd};
88

9-
const JOSH_FILTER: &str = ":rev(0450db33a5d8587f7c1d4b6d233dac963605766b:prefix=src/tools/clippy):/src/tools/clippy";
9+
const JOSH_FILTER: &str =
10+
":rev(20ce69b9a63bcd2756cd906fe0964d1e901e042a:prefix=src/tools/clippy):/src/tools/clippy:prune=trivial-merge";
1011
const JOSH_PORT: &str = "42042";
1112
const TOOLCHAIN_TOML: &str = "rust-toolchain.toml";
1213
const UTILS_README: &str = "clippy_utils/README.md";

0 commit comments

Comments
 (0)