Merge remote-tracking branch 'tor-github/pr/179'

This commit is contained in:
Nick Mathewson
2018-07-13 18:30:17 -04:00
3 changed files with 40 additions and 38 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (rust, code quality):
- Improve rust code quality in the Rust protover implementation by
making it more idiomatic. Includes changing an internal API to
take &str instead of &String. Closes ticket 26492.