Skip to content

Commit 1870e98

Browse files
committed
Mark mod names as intentional
1 parent f5631af commit 1870e98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/de/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4505,6 +4505,8 @@ mod tests {
45054505
use super::*;
45064506

45074507
/// <tag1><tag2>...
4508+
// The same name is intentional
4509+
#[allow(clippy::module_inception)]
45084510
mod start {
45094511
use super::*;
45104512
use pretty_assertions::assert_eq;
@@ -4977,6 +4979,8 @@ mod tests {
49774979
}
49784980
}
49794981

4982+
// The same name is intentional
4983+
#[allow(clippy::module_inception)]
49804984
mod cdata {
49814985
use super::*;
49824986
use pretty_assertions::assert_eq;

0 commit comments

Comments
 (0)