From: Nick Mathewson Date: Mon, 18 Jun 2018 15:30:06 +0000 (-0400) Subject: Changes file for "make clippy" X-Git-Tag: tor-0.3.5.1-alpha~431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac64e007945637489101d0d35d830eb8584f5505;p=thirdparty%2Ftor.git Changes file for "make clippy" --- diff --git a/changes/bug22156 b/changes/bug22156 new file mode 100644 index 0000000000..685f2a551b --- /dev/null +++ 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.