diff options
Diffstat (limited to 'crates/ra_tools/src/bin/pre-commit.rs')
-rw-r--r-- | crates/ra_tools/src/bin/pre-commit.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tools/src/bin/pre-commit.rs b/crates/ra_tools/src/bin/pre-commit.rs index 95bb55cae..a628f64b2 100644 --- a/crates/ra_tools/src/bin/pre-commit.rs +++ b/crates/ra_tools/src/bin/pre-commit.rs | |||
@@ -1,6 +1,6 @@ | |||
1 | use std::process::Command; | 1 | use std::process::Command; |
2 | 2 | ||
3 | use ra_tools::{Result, run_rustfmt, run, project_root, Overwrite}; | 3 | use ra_tools::{project_root, run, run_rustfmt, Overwrite, Result}; |
4 | 4 | ||
5 | fn main() -> Result<()> { | 5 | fn main() -> Result<()> { |
6 | run_rustfmt(Overwrite)?; | 6 | run_rustfmt(Overwrite)?; |