Skip to content

Commit

Permalink
Update src/unix/mod.rs based on feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Gross <[email protected]>
  • Loading branch information
lvllvl and tgross35 authored Jan 7, 2025
1 parent c97a084 commit f7ad130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ cfg_if! {
all(target_os = "freebsd", any(freebsd11, freebsd10)),
link_name = "readdir_r@FBSD_1.0"
)]
#[allow(non_autolinks)] // FIXME(solaris): `<>` breaks line length limit.
#[allow(non_autolinks)] // FIXME(docs): `<>` breaks line length limit.
/// The 64-bit libc on Solaris and illumos only has readdir_r. If a
/// 32-bit Solaris or illumos target is ever created, it should use
/// __posix_readdir_r. See libc(3LIB) on Solaris or illumos:
Expand Down

0 comments on commit f7ad130

Please sign in to comment.