Skip to content

Commit

Permalink
Merge pull request #1151 from chenxiaolong/1.73_announcement
Browse files Browse the repository at this point in the history
1.73 announcement: Fix typo: lfchown -> lchown
  • Loading branch information
Mark-Simulacrum authored Oct 5, 2023
2 parents d918287 + a82b3f1 commit dfdf022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2023-10-05-Rust-1.73.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fn f() {
- [`std::ffi::FromBytesUntilNulError`](https://doc.rust-lang.org/stable/std/ffi/struct.FromBytesUntilNulError.html)
- [`std::os::unix::fs::chown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.chown.html)
- [`std::os::unix::fs::fchown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.fchown.html)
- [`std::os::unix::fs::lfchown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.lchown.html)
- [`std::os::unix::fs::lchown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.lchown.html)
- [`LocalKey::<Cell<T>>::get`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.get)
- [`LocalKey::<Cell<T>>::set`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.set)
- [`LocalKey::<Cell<T>>::take`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.take)
Expand Down

0 comments on commit dfdf022

Please sign in to comment.