rust/library/std
Matthias Krüger 37b956787a
Rollup merge of #128745 - dtolnay:spawnunchecked, r=workingjubilee
Remove unused lifetime parameter from spawn_unchecked

Amanieu caught this when reviewing the stabilization proposal in https://github.com/rust-lang/rust/issues/55132.

The `'a` lifetime here is useless. The signature is asking the caller of `spawn_unchecked` to "give me any lifetime that is shorter than your F's and T's lifetime", which they can always to with no effect, because arbitrarily short lifetimes exist.
2024-08-13 12:12:23 +02:00
..
benches Reformat use declarations. 2024-07-29 08:26:52 +10:00
src Rollup merge of #128745 - dtolnay:spawnunchecked, r=workingjubilee 2024-08-13 12:12:23 +02:00
tests Reformat use declarations. 2024-07-29 08:26:52 +10:00
build.rs std float tests: special-case Miri in feature detection 2024-08-08 12:17:50 +02:00
Cargo.toml Update compiler-builtins version to 0.1.118 2024-08-08 14:47:49 +02:00