Skip to content

Commit

Permalink
Remove erroneous doc alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 21, 2024
1 parent 431c0b4 commit 94a3bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rt/src/fs/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ macro_rules! bit_checks {
) => {
$(
$( #[$meta] )*
#[doc(alias = $bit)]
pub const fn $fn_name(&$self) -> bool {
$self.$field.$field2 & libc::$bit != 0
}
Expand Down

0 comments on commit 94a3bd7

Please sign in to comment.