tor/changes/ticket28077
cypherpunks 2f0744b3e6 rust/tor_util: drop unsafe block in cstr!
This is unnecessary just to get an empty string, there's Default::default().

Fix on 8fff331bb0.
2018-10-17 00:16:21 +00:00

4 lines
134 B
Plaintext

o Code simplification and refactoring:
- Remove unnecessarily unsafe code from the rust macro cstr!. Closes
ticket 28077.