summaryrefslogtreecommitdiff
path: root/crates/tor-events/src
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Style fixes to tor-events errors.Nick Mathewson2022-06-221-2/+2
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Remove a couple more eprintln! calls.Nick Mathewson2021-11-231-1/+0
* Add and resolve clippy warnings in tor-events.Nick Mathewson2021-11-222-0/+40
* Initial cut at a typed event framework for arti (arti#230).eta2021-11-222-0/+387