]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for "make clippy"
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Jun 2018 15:30:06 +0000 (11:30 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Jun 2018 15:30:06 +0000 (11:30 -0400)
changes/bug22156 [new file with mode: 0644]

diff --git a/changes/bug22156 b/changes/bug22156
new file mode 100644 (file)
index 0000000..685f2a5
--- /dev/null
@@ -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.