mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-22 23:52:12 -05:00
style: Address clippy
This commit is contained in:
parent
e01a34ad08
commit
4066d21790
1 changed files with 1 additions and 0 deletions
|
@ -230,6 +230,7 @@ impl Entry {
|
|||
|
||||
#[cfg(test)]
|
||||
mod test_entry {
|
||||
#![allow(clippy::bool_assert_comparison)]
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue