Allow unused variable here

This commit is contained in:
Matthias Beyer 2019-06-21 23:02:33 +02:00
parent 1ffdb72315
commit 11c2cab916

View file

@ -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))