Skip to content

Commit

Permalink
add comment to test
Browse files Browse the repository at this point in the history
  • Loading branch information
u9g committed Nov 28, 2023
1 parent f605781 commit ed0424e
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 @@ -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 {
Expand Down

0 comments on commit ed0424e

Please sign in to comment.