diff --git a/scopetime/src/lib.rs b/scopetime/src/lib.rs index 6fc05cb1..b090b15f 100644 --- a/scopetime/src/lib.rs +++ b/scopetime/src/lib.rs @@ -46,7 +46,6 @@ impl<'a> Drop for ScopeTimeLog<'a> { #[macro_export] macro_rules! scope_time { ($target:literal) => { - //TODO: add module_path!() aswell? #[allow(unused_variables)] let time = $crate::ScopeTimeLog::new( module_path!(),