diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-18 11:30:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-18 11:30:06 -0400 |
commit | ac64e007945637489101d0d35d830eb8584f5505 (patch) | |
tree | 041e3d77c8a205c2c34df508098465026474c5e9 | |
parent | ea6e17ca051a42144aad7eca7cd2298060835e67 (diff) | |
download | tor-ac64e007945637489101d0d35d830eb8584f5505.tar.gz tor-ac64e007945637489101d0d35d830eb8584f5505.zip |
Changes file for "make clippy"
-rw-r--r-- | changes/bug22156 | 3 |
1 files changed, 3 insertions, 0 deletions
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. |