We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5631af commit 1870e98Copy full SHA for 1870e98
src/de/mod.rs
@@ -4505,6 +4505,8 @@ mod tests {
4505
use super::*;
4506
4507
/// <tag1><tag2>...
4508
+ // The same name is intentional
4509
+ #[allow(clippy::module_inception)]
4510
mod start {
4511
4512
use pretty_assertions::assert_eq;
@@ -4977,6 +4979,8 @@ mod tests {
4977
4979
}
4978
4980
4981
4982
4983
4984
mod cdata {
4985
4986
0 commit comments