commit ac64e007945637489101d0d35d830eb8584f5505 Author: Nick Mathewson nickm@torproject.org Date: Mon Jun 18 11:30:06 2018 -0400
Changes file for "make clippy" --- changes/bug22156 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/bug22156 b/changes/bug22156 new file mode 100644 index 000000000..685f2a551 --- /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.