diff options
author | Aleksey Kladov <[email protected]> | 2018-07-31 13:40:40 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-07-31 13:40:40 +0100 |
commit | 9ce7e8110254e8db476c96bce2eecb2d16983159 (patch) | |
tree | abaddbafc4593948849394b430e3bde5c624fa22 /tests/testutils/src | |
parent | 2a2815266b35de12bd3c48cc405e8b3e8fcf8885 (diff) |
cleanups
Diffstat (limited to 'tests/testutils/src')
-rw-r--r-- | tests/testutils/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/src/lib.rs b/tests/testutils/src/lib.rs index 7c481156f..deeb707d3 100644 --- a/tests/testutils/src/lib.rs +++ b/tests/testutils/src/lib.rs | |||
@@ -2,7 +2,7 @@ extern crate difference; | |||
2 | 2 | ||
3 | use std::{ | 3 | use std::{ |
4 | fs, | 4 | fs, |
5 | path::{Path, PathBuf} | 5 | path::{Path, PathBuf}, |
6 | }; | 6 | }; |
7 | 7 | ||
8 | use difference::Changeset; | 8 | use difference::Changeset; |