mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
ignore unexpected_cfgs warning
This commit is contained in:
@@ -481,6 +481,7 @@ async fn handle_cmd(
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Error> {
|
||||
#[allow(unexpected_cfgs)]
|
||||
tracing::subscriber::set_global_default({
|
||||
let subscribers = tracing_subscriber::Registry::default().with(
|
||||
tracing_subscriber::fmt::layer().with_filter(
|
||||
|
||||
Reference in New Issue
Block a user