[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] remove unnecessary lifetime
commit 510a91af533afb48f9ad8b64d3d2bc4cd707d9b6
Author: Chelsea Holland Komlo <me@xxxxxxxxxxxxxxxx>
Date: Fri Dec 22 00:26:52 2017 -0500
remove unnecessary lifetime
---
src/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
index 9380934f3..f8bf19069 100644
--- 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,
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits