Allow unused variable here
This commit is contained in:
parent
1ffdb72315
commit
11c2cab916
1 changed files with 1 additions and 0 deletions
|
@ -364,6 +364,7 @@ impl<'a> Runtime<'a> {
|
|||
|
||||
// safe debug output for later, after the instance itself
|
||||
// is moved away
|
||||
#[allow(unused)]
|
||||
let logger_expl = format!("{:?}", logger);
|
||||
|
||||
set_boxed_logger(Box::new(logger))
|
||||
|
|
Loading…
Reference in a new issue