Adapt librustdoc to 2024 edition lifetieme capture rules

Get rid of the `Captures` hack
This commit is contained in:
Yotam Ofek 2025-02-27 11:18:25 +00:00
parent 00523bf7c3
commit 6e86aa17ec
9 changed files with 270 additions and 429 deletions

View file

@ -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;