diff options
| author | bors <bors@rust-lang.org> | 2022-10-09 08:30:14 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-10-09 08:30:14 +0000 | 
| commit | c0784109daa00f2e43c1b55becc2169bc5b3bf6f (patch) | |
| tree | c25c0bbc85ee9ea8f41d31d412239ae034062d96 /library/std/src | |
| parent | f382c2748aec2ada91eff88840c996644ff0f70d (diff) | |
| parent | 16a1eeacbf3f9ebf044708da46fe4db339e3b96c (diff) | |
| download | rust-c0784109daa00f2e43c1b55becc2169bc5b3bf6f.tar.gz rust-c0784109daa00f2e43c1b55becc2169bc5b3bf6f.zip  | |
Auto merge of #102822 - notriddle:rollup-mgfjb62, r=notriddle
Rollup of 8 pull requests Successful merges: - #99818 (don't ICE when normalizing closure input tys) - #102514 (Don't repeat lifetime names from outer binder in print) - #102661 (rustdoc: Document effect of fundamental types) - #102782 (Add regression test for #102124) - #102790 (Fix llvm-tblgen for cross compiling) - #102807 (Document `rust-docs-json` component) - #102812 (Remove empty core::lazy and std::lazy) - #102818 (Clean up rustdoc highlight.rs imports a bit) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/lazy.rs | 1 | ||||
| -rw-r--r-- | library/std/src/lib.rs | 3 | 
2 files changed, 0 insertions, 4 deletions
diff --git a/library/std/src/lazy.rs b/library/std/src/lazy.rs deleted file mode 100644 index f8c06c3f9ae..00000000000 --- a/library/std/src/lazy.rs +++ /dev/null @@ -1 +0,0 @@ -//! Lazy values and one-time initialization of static data. diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index a497acda4f6..5484d9c332a 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -529,9 +529,6 @@ pub mod process; pub mod sync; pub mod time; -#[unstable(feature = "once_cell", issue = "74465")] -pub mod lazy; - // Pull in `std_float` crate into libstd. The contents of // `std_float` are in a different repository: rust-lang/portable-simd. #[path = "../../portable-simd/crates/std_float/src/lib.rs"]  | 
