Define modules in lib.rs instead of main.rs

This commit is contained in:
flip1995
2020-03-31 15:09:11 +02:00
parent 09fe163c92
commit 8b9d70d349
5 changed files with 14 additions and 8 deletions

View File

@@ -7,9 +7,7 @@ use clippy_dev::{
};
use std::path::Path;
mod fmt;
mod new_lint;
mod stderr_length_check;
use clippy_dev::{fmt, new_lint, stderr_length_check};
#[derive(Clone, Copy, PartialEq)]
enum UpdateMode {