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