diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-02-10 13:32:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-02-10 13:32:09 -0500 |
commit | 99d044d553c08d3b2900dbca30199083067515b2 (patch) | |
tree | b1aca71ee6d3761ae2416b51eda4c78190e347be /changes | |
parent | 41d52e9cd80bfb318ec7f0969f3889d275012e37 (diff) | |
download | tor-99d044d553c08d3b2900dbca30199083067515b2.tar.gz tor-99d044d553c08d3b2900dbca30199083067515b2.zip |
Fix a Rust compilation warning; resolve bug 33212.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33212 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33212 b/changes/ticket33212 new file mode 100644 index 0000000000..aeb09e0c67 --- /dev/null +++ b/changes/ticket33212 @@ -0,0 +1,4 @@ + o Minor bugfixes (rust, build): + - Fix a syntax warning given by newer versions of Rust, and creating + problems for our continuous integration. + Fixes bug 33212; bugfix on 0.3.5.1-alpha. |