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 = [
1801
1801
" rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1802
1802
" rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1803
1803
" rustc-workspace-hack 1.0.0" ,
1804
+ " rustc_tools_util 0.1.0" ,
1804
1805
" rustfmt-nightly 0.99.4" ,
1805
1806
" serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
1806
1807
" 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' }
64
64
65
65
[patch ."https://github .com/rust-lang-nursery/rust-clippy" ]
66
66
clippy_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