File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ would not be correct to call it `get_path` or `as_path`.
179
179
### Examples from the standard library
180
180
181
181
- [ ` std::io::Cursor::get_mut ` ] ( https://doc.rust-lang.org/std/io/struct.Cursor.html#method.get_mut )
182
- - [ ` std::ptr::Unique ::get_mut ` ] ( https://doc.rust-lang.org/std/ptr /struct.Unique .html#method.get_mut )
182
+ - [ ` std::pin::Pin ::get_mut ` ] ( https://doc.rust-lang.org/std/pin /struct.Pin .html#method.get_mut )
183
183
- [ ` std::sync::PoisonError::get_mut ` ] ( https://doc.rust-lang.org/std/sync/struct.PoisonError.html#method.get_mut )
184
184
- [ ` std::sync::atomic::AtomicBool::get_mut ` ] ( https://doc.rust-lang.org/std/sync/atomic/struct.AtomicBool.html#method.get_mut )
185
185
- [ ` std::collections::hash_map::OccupiedEntry::get_mut ` ] ( https://doc.rust-lang.org/std/collections/hash_map/struct.OccupiedEntry.html#method.get_mut )
You can’t perform that action at this time.
0 commit comments