Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Jan 2, 2024
1 parent 03163a1 commit 5544794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ini.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5544794

Please sign in to comment.