Skip to content

Commit

Permalink
chore(rust): reorganize a use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 6, 2024
1 parent 8bf447e commit 904bbf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/agama-server/src/network/nm/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
// find current contact information at www.suse.com.

//! NetworkManager error types
use std::net::AddrParseError;

use crate::network::error::NetworkStateError;
use cidr::errors::NetworkLengthTooLongError;
use std::net::AddrParseError;
use thiserror::Error;

#[derive(Error, Debug)]
Expand Down

0 comments on commit 904bbf5

Please sign in to comment.