tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 510a91af533afb48f9ad8b64d3d2bc4cd707d9b6
parent 4cdf0c8899796582b058d289bcd21b95dd1bd452
Author: Chelsea Holland Komlo <me@chelseakomlo.com>
Date:   Fri, 22 Dec 2017 00:26:52 -0500

remove unnecessary lifetime

Diffstat:
Msrc/rust/tor_log/tor_log.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rust/tor_log/tor_log.rs b/src/rust/tor_log/tor_log.rs @@ -151,7 +151,7 @@ pub mod log { pub static mut LAST_LOGGED_FUNCTION: *mut String = 0 as *mut String; pub static mut LAST_LOGGED_MESSAGE: *mut String = 0 as *mut String; - pub unsafe fn tor_log_string<'a>( + pub unsafe fn tor_log_string( _severity: c_int, _domain: u32, function: *const c_char,