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 3fd0382 commit db4562fCopy full SHA for db4562f
stdlib/src/resource.rs
@@ -53,7 +53,7 @@ mod resource {
53
#[pyattr]
54
use libc::RLIMIT_VMEM;
55
56
- #[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "freebds"))]
+ #[cfg(any(target_os = "linux", target_os = "emscripten", target_os = "freebsd"))]
57
58
use libc::RUSAGE_THREAD;
59
#[cfg(not(any(target_os = "windows", target_os = "redox")))]
0 commit comments