diff options
author | Aleksey Kladov <[email protected]> | 2019-10-17 21:01:53 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-10-17 21:14:05 +0100 |
commit | 5376c769f0cb6076c4862e728af042bb563a5051 (patch) | |
tree | 890a88741ef83c5ca0a57006c1972d0870fd86a4 /xtask/src/bin | |
parent | 7b15c4f7ae95e2e855cb783871906fa7bf364c4c (diff) |
rename tools -> xtask
Diffstat (limited to 'xtask/src/bin')
-rw-r--r-- | xtask/src/bin/pre-commit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/bin/pre-commit.rs b/xtask/src/bin/pre-commit.rs index 16bbf9cb2..4ee864756 100644 --- a/xtask/src/bin/pre-commit.rs +++ b/xtask/src/bin/pre-commit.rs | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | use std::process::Command; | 3 | use std::process::Command; |
4 | 4 | ||
5 | use ra_tools::{project_root, run, run_rustfmt, Overwrite, Result}; | 5 | use xtask::{project_root, run, run_rustfmt, Overwrite, Result}; |
6 | 6 | ||
7 | fn main() -> Result<()> { | 7 | fn main() -> Result<()> { |
8 | run_rustfmt(Overwrite)?; | 8 | run_rustfmt(Overwrite)?; |