Skip to content

Commit

Permalink
fix clippy again
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed May 24, 2023
1 parent fbd3931 commit 728fad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ macro_rules! get {
}

#[test]
#[allow(unused_variables)]
fn basic() {
let before = get!(None);
let foo = vec!["foo".to_owned(); 200];
let _foo = vec!["foo".to_owned(); 200];

assert_eq!(get!(None), before + 5400);

Expand Down

0 comments on commit 728fad9

Please sign in to comment.