Skip to content

Commit

Permalink
extension - allow static_mut_refs (#10567)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 20, 2024
1 parent c984da5 commit c3c32e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![deny(clippy::all)]
#![deny(missing_debug_implementations)]
#![allow(static_mut_refs)]

//! ACE3 Extension for quick maths and OS APIs
Expand Down

0 comments on commit c3c32e0

Please sign in to comment.