WIP Fix typo
This commit is contained in:
parent
4b8a5a65e1
commit
77b2fba1a7
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ pub fn log<T>(msg: T) -> ()
|
|||
where
|
||||
T: Display,
|
||||
{
|
||||
// intentionally left blank, no logging in debug mode
|
||||
// intentionally left blank, no logging in non-debug mode
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue