summaryrefslogtreecommitdiff
path: root/crates/safelog/src/impls.rs
Commit message (Collapse)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
|
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
|
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
| | | | | This panics on error, and we're fine with a panic on misbehavior in tests.
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
| | | | | This is precisely the result of running the rune in maint/adhoc-add-lint-blocks.
* safelog: more tests for Redacted.Nick Mathewson2022-12-061-0/+35
|
* Add a default debug_redacted impl to save space.Nick Mathewson2022-11-281-24/+0
|
* safelog: implement Redactable for network addr types.Nick Mathewson2022-11-281-0/+72