Skip to content

Commit 7d205ac

Browse files
committed
reorganize test imports from super:: mod
1 parent baa7dea commit 7d205ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp-linter/src/clang_tools/clang_tidy.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,7 @@ mod test {
357357
common_fs::FileObj,
358358
};
359359

360-
use super::TidyNotification;
361-
use super::{run_clang_tidy, NOTE_HEADER};
360+
use super::{run_clang_tidy, TidyNotification, NOTE_HEADER};
362361

363362
#[test]
364363
fn clang_diagnostic_link() {

0 commit comments

Comments
 (0)