diff --git a/test_crates/struct_now_doc_hidden/new/src/lib.rs b/test_crates/struct_now_doc_hidden/new/src/lib.rs index 069ae391..3128e9a5 100644 --- a/test_crates/struct_now_doc_hidden/new/src/lib.rs +++ b/test_crates/struct_now_doc_hidden/new/src/lib.rs @@ -35,7 +35,7 @@ pub mod MyNestedPublicMod { #[doc(hide)] // shouldn't flag, it should be #[doc(hidden)] not #[doc(hide)] pub struct MispelledDocHidden; -#[doc(hidden)] +#[doc(hidden)] // should flag, this is the simplest case of adding #[doc(hidden)] to a pub struct. pub struct Example; pub struct PublicStructHiddenField {