diff --git a/src/ini.rs b/src/ini.rs index 6929551..b27848a 100644 --- a/src/ini.rs +++ b/src/ini.rs @@ -5,8 +5,10 @@ use indexmap::IndexMap as Map; #[cfg(not(feature = "indexmap"))] use std::collections::HashMap as Map; -#[deprecated(since = "3.0.4", - note="async-std runtime has been replaced with tokio")] +#[deprecated( + since = "3.0.4", + note = "async-std runtime has been replaced with tokio" +)] #[cfg(feature = "async-std")] #[cfg(feature = "tokio")] use tokio::fs as async_fs;