Skip to content

Commit 5544794

Browse files
committed
fix: lint fix
1 parent 03163a1 commit 5544794

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ini.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ use indexmap::IndexMap as Map;
55
#[cfg(not(feature = "indexmap"))]
66
use std::collections::HashMap as Map;
77

8-
#[deprecated(since = "3.0.4",
9-
note="async-std runtime has been replaced with tokio")]
8+
#[deprecated(
9+
since = "3.0.4",
10+
note = "async-std runtime has been replaced with tokio"
11+
)]
1012
#[cfg(feature = "async-std")]
1113
#[cfg(feature = "tokio")]
1214
use tokio::fs as async_fs;

0 commit comments

Comments
 (0)