This commit is contained in:
Stephan Dilly 2020-03-24 09:48:00 +01:00
parent 7edd442c14
commit dfd4b048b1

View File

@ -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!(),