We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d588f99 + ce0787f commit c9fb51bCopy full SHA for c9fb51b
src/unix/mod.rs
@@ -1575,9 +1575,10 @@ cfg_if! {
1575
all(target_os = "freebsd", any(freebsd11, freebsd10)),
1576
link_name = "readdir_r@FBSD_1.0"
1577
)]
1578
- /// The 64-bit libc on Solaris and illumos only has readdir_r. If a
+ #[allow(non_autolinks)] // FIXME: `<>` breaks line length limit.
1579
+ /// The 64-bit libc on Solaris and illumos only has readdir_r. If a
1580
/// 32-bit Solaris or illumos target is ever created, it should use
- /// __posix_readdir_r. See libc(3LIB) on Solaris or illumos:
1581
+ /// __posix_readdir_r. See libc(3LIB) on Solaris or illumos:
1582
/// https://illumos.org/man/3lib/libc
1583
/// https://docs.oracle.com/cd/E36784_01/html/E36873/libc-3lib.html
1584
/// https://www.unix.com/man-page/opensolaris/3LIB/libc/
0 commit comments