Skip to content

Commit

Permalink
add a note about getopts constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus authored Jul 19, 2020
1 parent a1bc6a8 commit 70e114c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Add this to your `Cargo.toml`:
[dependencies]
getopts = "0.2"
```

## Contributing

The `getopts` library is used by `rustc`, so we have to be careful about not changing its behavior.

0 comments on commit 70e114c

Please sign in to comment.