diff options
| author | Yotam Ofek <yotam.ofek@gmail.com> | 2025-02-27 11:18:25 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-03-04 12:35:23 +0200 |
| commit | 6e86aa17ec3460497fb6617d13e848257f46ffe1 (patch) | |
| tree | d063cd35ef7726848959846addac792b4545ba58 /compiler/rustc_data_structures/src/lib.rs | |
| parent | 00523bf7c367699bd8fb48172b4169085256fead (diff) | |
| download | rust-6e86aa17ec3460497fb6617d13e848257f46ffe1.tar.gz rust-6e86aa17ec3460497fb6617d13e848257f46ffe1.zip | |
Adapt `librustdoc` to 2024 edition lifetieme capture rules
Get rid of the `Captures` hack
Diffstat (limited to 'compiler/rustc_data_structures/src/lib.rs')
| -rw-r--r-- | compiler/rustc_data_structures/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs index 66d3834d857..a3b62b46919 100644 --- a/compiler/rustc_data_structures/src/lib.rs +++ b/compiler/rustc_data_structures/src/lib.rs @@ -48,7 +48,6 @@ pub use rustc_index::static_assert_size; pub mod aligned; pub mod base_n; pub mod binary_search_util; -pub mod captures; pub mod fingerprint; pub mod flat_map_in_place; pub mod flock; |
