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 26, 2024
1 parent c352050 commit 14750ca
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 14750ca

Please sign in to comment.