Updated test cases and formatted

This commit is contained in:
JarredAllen
2020-05-31 12:06:32 -07:00
parent 015ab9f925
commit 20cb512e81
4 changed files with 9 additions and 19 deletions

View File

@@ -304,7 +304,6 @@ mod serde_api;
mod shadow;
mod single_component_path_imports;
mod slow_vector_initialization;
mod unnecessary_sort_by;
mod strings;
mod suspicious_trait_impl;
mod swap;
@@ -319,6 +318,7 @@ mod try_err;
mod types;
mod unicode;
mod unnamed_address;
mod unnecessary_sort_by;
mod unsafe_removed_from_name;
mod unused_io_amount;
mod unused_self;