summaryrefslogtreecommitdiff
path: root/crates/caret/src
Commit message (Collapse)AuthorAgeFilesLines
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
|
* Remove the unused "Error" type from caret.Nick Mathewson2021-12-041-24/+0
| | | | | | | This was a relic of the old, now-unused "caret_enum!" macro. Removing it gets caret's coverage to 100%. Yes, technically this is a semver breaker on caret.
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
|
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+191
This will cause some pain for now, but now is really the best time to do this kind of thing.