style: Address clippy

This commit is contained in:
Ed Page 2021-06-28 13:50:59 -05:00
parent e01a34ad08
commit 4066d21790

View file

@ -230,6 +230,7 @@ impl Entry {
#[cfg(test)] #[cfg(test)]
mod test_entry { mod test_entry {
#![allow(clippy::bool_assert_comparison)]
use super::*; use super::*;
#[test] #[test]