Files
rust/library
MikaelUrankar 513f28db0a Fix building the documentation on FreeBSD.
It fixes the following error:
error[E0412]: cannot find type `sockcred2` in module `libc`
   --> library/std/src/os/unix/net/ancillary.rs:211:29
    |
211 | pub struct SocketCred(libc::sockcred2);
    |                             ^^^^^^^^^ not found in `libc`
2023-06-13 13:14:06 +02:00
..
2023-05-07 18:57:43 +03:00
2023-05-02 10:32:07 +00:00
2022-06-03 17:16:41 -04:00