summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2017-12-03 13:26:52 -0800
committerBryant Mairs <bryantmairs@google.com>2017-12-05 07:48:38 -0800
commit4013fa48487ea9ae917932488858b95d626c611e (patch)
tree51378718336fb37da7564073e312f12af7516cea /README.md
parent28d82265aefdcf1cc3ef6effcb96dd5607a3ec94 (diff)
downloadnix-4013fa48487ea9ae917932488858b95d626c611e.zip
Remove nix-test subcrate
This was doing testing for errno constants and a few other types that is no longer necessary now that these types are all tested within the libc project itself.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5ca0ccdf..317567f5 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,7 @@ Then, add this to your crate root:
```rust,ignore
extern crate nix;
```
+
## Contributing
Contributions are very welcome. Please See [CONTRIBUTING](CONTRIBUTING.md) for