aboutsummaryrefslogtreecommitdiff
path: root/crates/caret/tests/example_int.rs
Commit message (Collapse)AuthorAgeFilesLines
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-2/+2
| | | | | | | | This warning kind of snuck up on us! (See #748) For now, let's disable it. (I've cleaned it up in a couple of examples, since those are meant to be more idiomatic and user-facing.) Closes #748.
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+51
This will cause some pain for now, but now is really the best time to do this kind of thing.