mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
cargo fmt
This commit is contained in:
@@ -74,7 +74,7 @@ async fn main_impl() -> Result<()> {
|
|||||||
.with_writer(std::io::stderr)
|
.with_writer(std::io::stderr)
|
||||||
.with_filter(EnvFilter::from_default_env()),
|
.with_filter(EnvFilter::from_default_env()),
|
||||||
);
|
);
|
||||||
|
|
||||||
#[cfg(tokio_unstable)]
|
#[cfg(tokio_unstable)]
|
||||||
{
|
{
|
||||||
subscribers.with(console_subscriber::spawn())
|
subscribers.with(console_subscriber::spawn())
|
||||||
|
|||||||
Reference in New Issue
Block a user