#[macro_use] the log crate (#775)

This commit is contained in:
0HyperCube
2022-09-08 13:14:01 -07:00
committed by GitHub
parent 242a242809
commit 74737bc13d
18 changed files with 49 additions and 42 deletions
@@ -98,7 +98,7 @@ impl ActionKeys {
}
}
ActionKeys::Keys(keys) => {
log::warn!("Calling `.to_keys()` on a `ActionKeys::Keys` is a mistake/bug. Keys are: {:?}.", keys);
warn!("Calling `.to_keys()` on a `ActionKeys::Keys` is a mistake/bug. Keys are: {:?}.", keys);
}
}
}