You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build warning in release mode was spotted by Argent:
INFO 🏁 Starting node. version="v0.14.5"
(...)
Finished `release` profile [optimized] target(s) in 0.75s
warning: `tagged` (lib) generated 1 warning
= note: `#[warn(static_mut_refs)]` on by default
= note: shared references to mutable statics are dangerous; it's undefined behavior if the static is m>
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mu>
|
| ^^^^^^^^^^^^^ shared reference to mutable static
54 | unsafe { LUTS.as_ref() }.map(|luts| luts.lock().unwrap())
|
--> crates/tagged/src/lib.rs:54:14
warning: creating a shared reference to mutable static is discouraged
The text was updated successfully, but these errors were encountered:
A build warning in release mode was spotted by Argent:
The text was updated successfully, but these errors were encountered: