summaryrefslogtreecommitdiff
path: root/tor-netdoc/src/util/intern.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-3/+3
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* cargo fix --edition-idiomsNick Mathewson2021-04-261-1/+1
|
* Add an intern.rs module that I forgot.Nick Mathewson2021-03-291-0/+54