Skip to content

Commit

Permalink
fix up unused item warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Jul 20, 2019
1 parent fc5f206 commit 4e762d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -1111,7 +1111,7 @@ mod tests {
#[cfg(bitflags_const_fn)]
#[test]
fn test_const_fn() {
const M1: Flags = Flags::empty();
const _M1: Flags = Flags::empty();

const M2: Flags = Flags::A;
assert_eq!(M2, Flags::A);
Expand Down

0 comments on commit 4e762d0

Please sign in to comment.