Skip to content

Commit a456300

Browse files
committed
Stabilize LazyCell and LazyLock (lazy_cell)
1 parent 007c617 commit a456300

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

clippy_dev/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(lazy_cell)]
21
#![feature(let_chains)]
32
#![feature(rustc_private)]
43
#![cfg_attr(feature = "deny-warnings", deny(warnings))]

src/driver.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#![allow(rustc::untranslatable_diagnostic)]
33
#![feature(rustc_private)]
44
#![feature(let_chains)]
5-
#![feature(lazy_cell)]
65
#![feature(lint_reasons)]
76
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
87
// warn on lints, that are included in `rust-lang/rust`s bootstrap

tests/compile-test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(lazy_cell)]
21
#![feature(is_sorted)]
32
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
43
#![warn(rust_2018_idioms, unused_lifetimes)]

tests/dogfood.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//!
44
//! See [Eating your own dog food](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) for context
55
6-
#![feature(lazy_cell)]
76
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
87
#![warn(rust_2018_idioms, unused_lifetimes)]
98

tests/lint_message_convention.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![feature(lazy_cell)]
21
#![cfg_attr(feature = "deny-warnings", deny(warnings))]
32
#![warn(rust_2018_idioms, unused_lifetimes)]
43

tests/workspace.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(lazy_cell)]
2-
31
use std::path::PathBuf;
42
use std::process::Command;
53
use test_utils::{CARGO_CLIPPY_PATH, IS_RUSTC_TEST_SUITE};

0 commit comments

Comments
 (0)