Skip to content

Commit

Permalink
docs: update code block in CONVENTIONS.md to use cfg alias[skip ci] (n…
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Mar 24, 2024
1 parent 19f3c43 commit 6c11f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ libc_bitflags!{
PROT_READ;
PROT_WRITE;
PROT_EXEC;
#[cfg(any(target_os = "linux", target_os = "android"))]
#[cfg(linux_android)]
PROT_GROWSDOWN;
#[cfg(any(target_os = "linux", target_os = "android"))]
#[cfg(linux_android)]
PROT_GROWSUP;
}
}
Expand Down

0 comments on commit 6c11f02

Please sign in to comment.