Skip to content

Commit

Permalink
Shutup warning in night
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Apr 9, 2024
1 parent b58ce22 commit 49a7d38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions rstest_reuse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ use std::collections::HashMap;

use proc_macro::TokenStream;
use quote::{format_ident, quote};
use syn::{
self, parse, parse::Parse, parse_macro_input, Attribute, Ident, ItemFn, PatType, Path, Token,
};
use syn::{parse, parse::Parse, parse_macro_input, Attribute, Ident, ItemFn, PatType, Path, Token};

struct MergeAttrs {
template: ItemFn,
Expand Down
1 change: 0 additions & 1 deletion rstest_test/src/prj.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use std::{
self,
ffi::{OsStr, OsString},
io::Write,
path::{Path, PathBuf},
Expand Down

0 comments on commit 49a7d38

Please sign in to comment.