From ac64e007945637489101d0d35d830eb8584f5505 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 18 Jun 2018 11:30:06 -0400 Subject: [PATCH] Changes file for "make clippy" --- changes/bug22156 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug22156 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.