We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e30152 commit 0e4353aCopy full SHA for 0e4353a
src/lib.rs
@@ -304,7 +304,7 @@ impl NixPath for [u8] {
304
F: FnOnce(&CStr) -> T,
305
{
306
// The real PATH_MAX is typically 4096, but it's statistically unlikely to have a path
307
- // longer than ~300 bytes. See the the PR description to get stats for your own machine.
+ // longer than ~300 bytes. See the PR description to get stats for your own machine.
308
// https://github.com/nix-rust/nix/pull/1656
309
//
310
// By being smaller than a memory page, we also avoid the compiler inserting a probe frame:
0 commit comments