diff options
author | Chelsea Holland Komlo <me@chelseakomlo.com> | 2017-12-16 20:22:21 -0500 |
---|---|---|
committer | Chelsea Holland Komlo <me@chelseakomlo.com> | 2017-12-21 15:29:33 -0500 |
commit | 71a53761415885b3d5f290c3996d1f1634364f8e (patch) | |
tree | f283707eea943ca8e250be702f851f09febb0b15 /src/rust/tor_util/ffi.rs | |
parent | 0e032fe9ea494ab03e5db5ca901ddbddd147eb19 (diff) | |
download | tor-71a53761415885b3d5f290c3996d1f1634364f8e.tar.gz tor-71a53761415885b3d5f290c3996d1f1634364f8e.zip |
move macro body to inline rust function
Diffstat (limited to 'src/rust/tor_util/ffi.rs')
-rw-r--r-- | src/rust/tor_util/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/tor_util/ffi.rs b/src/rust/tor_util/ffi.rs index 866d119740..a9a6cf895c 100644 --- a/src/rust/tor_util/ffi.rs +++ b/src/rust/tor_util/ffi.rs @@ -5,7 +5,7 @@ //! called from C. //! -use tor_log::*; +use tor_log::{LogSeverity, LogDomain}; /// Returns a short string to announce Rust support during startup. /// |