We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03163a1 commit 5544794Copy full SHA for 5544794
src/ini.rs
@@ -5,8 +5,10 @@ use indexmap::IndexMap as Map;
5
#[cfg(not(feature = "indexmap"))]
6
use std::collections::HashMap as Map;
7
8
-#[deprecated(since = "3.0.4",
9
- note="async-std runtime has been replaced with tokio")]
+#[deprecated(
+ since = "3.0.4",
10
+ note = "async-std runtime has been replaced with tokio"
11
+)]
12
#[cfg(feature = "async-std")]
13
#[cfg(feature = "tokio")]
14
use tokio::fs as async_fs;
0 commit comments