Skip to content

Commit

Permalink
add better explanation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
u9g committed Nov 28, 2023
1 parent 21f829d commit bc0de14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_crates/struct_now_doc_hidden/new/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub mod MyNestedPublicMod {
}
}

#[doc(hide)]
#[doc(hide)] // shouldn't flag, it should be #[doc(hidden)] not #[doc(hide)]
pub struct MispelledDocHidden;

#[doc(hidden)]
Expand Down

0 comments on commit bc0de14

Please sign in to comment.