@@ -140,9 +140,9 @@ In Rust 1.62.0 we introduced `cargo add`, a command line utility to add dependen
140
140
### Stabilized APIs
141
141
142
142
- [ ` proc_macro::Span::source_text ` ] ( https://doc.rust-lang.org/stable/proc_macro/struct.Span.html#method.source_text )
143
- - [ ` uX ::{checked_add_signed, overflowing_add_signed, saturating_add_signed, wrapping_add_signed}` ] ( https://doc.rust-lang.org/stable/std/primitive.u8.html#method.checked_add_signed )
144
- - [ ` iX ::{checked_add_unsigned, overflowing_add_unsigned, saturating_add_unsigned, wrapping_add_unsigned}` ] ( https://doc.rust-lang.org/stable/std/primitive.i8.html#method.checked_add_unsigned )
145
- - [ ` iX ::{checked_sub_unsigned, overflowing_sub_unsigned, saturating_sub_unsigned, wrapping_sub_unsigned}` ] ( https://doc.rust-lang.org/stable/std/primitive.i8.html#method.checked_sub_unsigned )
143
+ - [ ` u* ::{checked_add_signed, overflowing_add_signed, saturating_add_signed, wrapping_add_signed}` ] ( https://doc.rust-lang.org/stable/std/primitive.u8.html#method.checked_add_signed )
144
+ - [ ` i* ::{checked_add_unsigned, overflowing_add_unsigned, saturating_add_unsigned, wrapping_add_unsigned}` ] ( https://doc.rust-lang.org/stable/std/primitive.i8.html#method.checked_add_unsigned )
145
+ - [ ` i* ::{checked_sub_unsigned, overflowing_sub_unsigned, saturating_sub_unsigned, wrapping_sub_unsigned}` ] ( https://doc.rust-lang.org/stable/std/primitive.i8.html#method.checked_sub_unsigned )
146
146
- [ ` BTreeSet::{first, last, pop_first, pop_last} ` ] ( https://doc.rust-lang.org/stable/std/collections/struct.BTreeSet.html#method.first )
147
147
- [ ` BTreeMap::{first_key_value, last_key_value, first_entry, last_entry, pop_first, pop_last} ` ] ( https://doc.rust-lang.org/stable/std/collections/struct.BTreeMap.html#method.first_key_value )
148
148
- [ Add ` AsFd ` implementations for stdio lock types on WASI.] ( https://github.com/rust-lang/rust/pull/101768/ )
0 commit comments