update example path

Signed-off-by: Philipp Gesang <phg@phi-gamma.net>
This commit is contained in:
Philipp Gesang 2019-09-12 11:33:57 +02:00
parent 165161bec3
commit 9a09cb4ff3
No known key found for this signature in database
GPG Key ID: 1360EC0B3CC3D66D
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Consequently, this indicates where an API should be added! Adding an API at a
particular level in the hierarchy means that it is supported on all the child particular level in the hierarchy means that it is supported on all the child
platforms of that level. For example, when adding a Unix API it should be added platforms of that level. For example, when adding a Unix API it should be added
to `src/unix/mod.rs`, but when adding a Linux-only API it should be added to to `src/unix/mod.rs`, but when adding a Linux-only API it should be added to
`src/unix/notbsd/linux/mod.rs`. `src/unix/linux_like/linux/mod.rs`.
If you're not 100% sure at what level of the hierarchy an API should be added If you're not 100% sure at what level of the hierarchy an API should be added
at, fear not! This crate has CI support which tests any binding against all at, fear not! This crate has CI support which tests any binding against all