tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ac64e007945637489101d0d35d830eb8584f5505
parent ea6e17ca051a42144aad7eca7cd2298060835e67
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 18 Jun 2018 11:30:06 -0400

Changes file for "make clippy"

Diffstat:
Achanges/bug22156 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/bug22156 b/changes/bug22156 @@ -0,0 +1,3 @@ + o Minor features (development): + - Tor's makefile now supports running the "clippy" Rust style tool + on our Rust code. Closes ticket 22156.