mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
cleanup
This commit is contained in:
parent
7edd442c14
commit
dfd4b048b1
1 changed files with 0 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ impl<'a> Drop for ScopeTimeLog<'a> {
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
macro_rules! scope_time {
|
macro_rules! scope_time {
|
||||||
($target:literal) => {
|
($target:literal) => {
|
||||||
//TODO: add module_path!() aswell?
|
|
||||||
#[allow(unused_variables)]
|
#[allow(unused_variables)]
|
||||||
let time = $crate::ScopeTimeLog::new(
|
let time = $crate::ScopeTimeLog::new(
|
||||||
module_path!(),
|
module_path!(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue