Skip to content

Commit

Permalink
Fix clippy violation
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Sep 26, 2022
1 parent 2dd15cd commit ab279f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/from_meta.rs
Expand Up @@ -621,7 +621,7 @@ mod tests {

#[test]
fn unit_succeeds() {
let _ = fm::<()>(quote!(ignore));
fm::<()>(quote!(ignore));
}

#[test]
Expand Down

0 comments on commit ab279f5

Please sign in to comment.