Skip to content

Commit

Permalink
#[allow(unknown_lints)] for #[allow(static_mut_refs)]
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Sep 27, 2024
1 parent 7e89dcb commit 233c7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-lc-sys/builder/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ fn is_no_asm() -> bool {
unsafe { AWS_LC_SYS_NO_ASM }
}

#[allow(unknown_lints)]
#[allow(static_mut_refs)]
fn get_cflags() -> &'static str {
unsafe { AWS_LC_SYS_CFLAGS.as_str() }
Expand Down

0 comments on commit 233c7ac

Please sign in to comment.