diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-16 10:20:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-16 10:20:21 -0400 |
commit | 3dd94a7ea7e85307822885306cbd7096b56442df (patch) | |
tree | 872e5adca9994fd80f797101774dec654d94f5fc | |
parent | 530d67410fab43e8a76544d05e4a50bdd526bca6 (diff) | |
download | tor-3dd94a7ea7e85307822885306cbd7096b56442df.tar.gz tor-3dd94a7ea7e85307822885306cbd7096b56442df.zip |
Changes file for rust fatal warnings
-rw-r--r-- | changes/bug26245 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26245 b/changes/bug26245 new file mode 100644 index 0000000000..7a14cea0bc --- /dev/null +++ b/changes/bug26245 @@ -0,0 +1,3 @@ + o Minor features (compilation): + o The --enable-fatal-warnings flag now affects Rust code as well. + Closes ticket 26245. |