We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d31a77 commit 337e337Copy full SHA for 337e337
CHANGELOG.md
@@ -75,7 +75,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
75
instead of `Option<rlim_t>`.
76
(#[1668](https://github.com/nix-rust/nix/pull/1668))
77
- `uname` now returns a `Result` instead of blindly assuming the call never fails.
78
-- Getters on the `UtsName` struct now return a `&[u8]` instead of `&str`.
+- Getters on the `UtsName` struct now return a `&OsStr` instead of `&str`.
79
80
### Fixed
81
0 commit comments