]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rustc-rayon-core/src/log.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / rustc-rayon-core / src / log.rs
index 053d37dad1be5fe70c323d2bec2dbc3430115a0a..687370d0b592a92fdb49f13b0f144681e5ff015e 100644 (file)
@@ -90,7 +90,7 @@ pub(super) enum Event {
 }
 
 #[cfg(debug_assertions)]
-lazy_static! {
+lazy_static::lazy_static! {
     pub(super) static ref LOG_ENV: bool =
         env::var("RAYON_LOG").is_ok() || env::var("RAYON_RS_LOG").is_ok();
 }