mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-23 08:02:15 -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)]
|
#[cfg(test)]
|
||||||
mod test_entry {
|
mod test_entry {
|
||||||
|
#![allow(clippy::bool_assert_comparison)]
|
||||||
use super::*;
|
use super::*;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue