]> git.proxmox.com Git - cargo.git/blobdiff - vendor/getrandom/src/util.rs
New upstream version 0.52.0
[cargo.git] / vendor / getrandom / src / util.rs
index 8dbd8ae803ec8294600a3fb0ad61686a1c7b46fa..06e23c28c504553b469236aef4f40372b7a94839 100644 (file)
@@ -5,7 +5,7 @@
 // <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
-
+#![allow(dead_code)]
 use core::sync::atomic::{AtomicUsize, Ordering::Relaxed};
 
 // This structure represents a lazily initialized static usize value. Useful