Skip to content

Commit 2d454dc

Browse files
committed
dbus: networkmanager: do not "use async_std" as it is already in scope
We can just use dependencies listed in Cargo.toml under their name without having to explicitly "use" them. Signed-off-by: Leonard Göhrs <[email protected]>
1 parent 691e967 commit 2d454dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dbus/networkmanager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717

1818
use anyhow::Result;
19-
use async_std;
2019
use async_std::sync::Arc;
2120
use serde::{Deserialize, Serialize};
2221

0 commit comments

Comments
 (0)