arti/tor-protover
Nick Mathewson d52ff18b46 Fix a bunch more new clippy lints in Rust 1.51
The major types are:
  * You implemented Into when you should have implemented From.
  * You sliced a slice when you didn't have to.
  * You said Ok(x?) when you could have said x.
  * You said Vec::new(); push(); push(); when you could have said vec![].
2021-03-29 16:45:45 -04:00
..
src Fix a bunch more new clippy lints in Rust 1.51 2021-03-29 16:45:45 -04:00
Cargo.toml Add the tor project as an author. 2021-03-17 14:43:40 -04:00