Fix some warnings

This commit is contained in:
Joscha 2022-08-02 01:38:32 +02:00
parent 18573e5a37
commit 9ac646174c
4 changed files with 8 additions and 13 deletions

View file

@ -105,7 +105,7 @@ impl MsgStore<LogMsg> for Logger {
}
impl Log for Logger {
fn enabled(&self, metadata: &log::Metadata) -> bool {
fn enabled(&self, _metadata: &log::Metadata) -> bool {
true
}