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 165161b commit 9a09cb4Copy full SHA for 9a09cb4
CONTRIBUTING.md
@@ -21,7 +21,7 @@ Consequently, this indicates where an API should be added! Adding an API at a
21
particular level in the hierarchy means that it is supported on all the child
22
platforms of that level. For example, when adding a Unix API it should be added
23
to `src/unix/mod.rs`, but when adding a Linux-only API it should be added to
24
-`src/unix/notbsd/linux/mod.rs`.
+`src/unix/linux_like/linux/mod.rs`.
25
26
If you're not 100% sure at what level of the hierarchy an API should be added
27
at, fear not! This crate has CI support which tests any binding against all
0 commit comments