chore: allow unused for logging

This commit is contained in:
Jun Kurihara 2024-01-10 11:24:51 +09:00
commit 71293d2bcf
No known key found for this signature in database
GPG key ID: 6D3FEE70E498C15B
4 changed files with 4 additions and 1 deletions

View file

@ -1 +1,2 @@
#[allow(unused)]
pub use anyhow::{anyhow, bail, ensure, Context};