Skip to content

Commit 985dda9

Browse files
authored
Merge pull request #99 from rust-lang/KodrAus-patch-1
Add a note about getopts constraints
2 parents a1bc6a8 + 70e114c commit 985dda9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ Add this to your `Cargo.toml`:
1313
[dependencies]
1414
getopts = "0.2"
1515
```
16+
17+
## Contributing
18+
19+
The `getopts` library is used by `rustc`, so we have to be careful about not changing its behavior.

0 commit comments

Comments
 (0)