File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -131,17 +131,15 @@ Compatibility Notes
131131[ `Option::filter` ] : https://doc.rust-lang.org/std/option/enum.Option.html#method.filter
132132[ `String::replace_range` ] : https://doc.rust-lang.org/std/string/struct.String.html#method.replace_range
133133[ `Take::set_limit` ] : https://doc.rust-lang.org/std/io/struct.Take.html#method.set_limit
134+ [ `hint::unreachable_unchecked` ] : https://doc.rust-lang.org/std/hint/fn.unreachable_unchecked.html
135+ [ `os::unix::process::parent_id` ] : https://doc.rust-lang.org/std/os/unix/process/fn.parent_id.html
136+ [ `process::id` ] : https://doc.rust-lang.org/std/process/fn.id.html
137+ [ `ptr::swap_nonoverlapping` ] : https://doc.rust-lang.org/std/ptr/fn.swap_nonoverlapping.html
134138[ `slice::rsplit_mut` ] : https://doc.rust-lang.org/std/primitive.slice.html#method.rsplit_mut
135139[ `slice::rsplit` ] : https://doc.rust-lang.org/std/primitive.slice.html#method.rsplit
136140[ `slice::swap_with_slice` ] : https://doc.rust-lang.org/std/primitive.slice.html#method.swap_with_slice
137141[ `arch::x86_64` ] : https://doc.rust-lang.org/std/arch/x86_64/index.html
138142[ `arch::x86` ] : https://doc.rust-lang.org/std/arch/x86/index.html
139- [ ` fs::read ` ] :
140- [ ` fs::write ` ] :
141- [ `hint::unreachable_unchecked` ] : https://doc.rust-lang.org/std/hint/fn.unreachable_unchecked.html
142- [ `os::unix::process::parent_id` ] : https://doc.rust-lang.org/std/os/unix/process/fn.parent_id.html
143- [ `ptr::swap_nonoverlapping` ] : https://doc.rust-lang.org/std/ptr/fn.swap_nonoverlapping.html
144- [ `process::id` ] : https://doc.rust-lang.org/std/process/fn.id.html
145143[ “The Rustc book” ] : https://doc.rust-lang.org/rustc
146144
147145
You can’t perform that action at this time.
0 commit comments