Skip to content

Commit

Permalink
dbus: networkmanager: do not "use async_std" as it is already in scope
Browse files Browse the repository at this point in the history
We can just use dependencies listed in Cargo.toml under their name without
having to explicitly "use" them.

Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
  • Loading branch information
hnez committed Mar 4, 2024
1 parent 691e967 commit 2d454dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dbus/networkmanager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

use anyhow::Result;
use async_std;
use async_std::sync::Arc;
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 2d454dc

Please sign in to comment.