File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1801,6 +1801,7 @@ dependencies = [
18011801 " rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
18021802 " rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
18031803 " rustc-workspace-hack 1.0.0" ,
1804+ " rustc_tools_util 0.1.0" ,
18041805 " rustfmt-nightly 0.99.4" ,
18051806 " serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
18061807 " serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
Original file line number Diff line number Diff line change @@ -64,3 +64,4 @@ rustc-workspace-hack = { path = 'tools/rustc-workspace-hack' }
6464
6565[patch ."https://github .com/rust-lang-nursery/rust-clippy" ]
6666clippy_lints = { path = " tools/clippy/clippy_lints" }
67+ rustc_tools_util = { path = " tools/clippy/rustc_tools_util" }
You can’t perform that action at this time.
0 commit comments