satisfied cargo clippy
This commit is contained in:
@@ -16,6 +16,12 @@ pub struct NetworkMonitor {
|
||||
last_update: Instant,
|
||||
}
|
||||
|
||||
impl Default for NetworkMonitor {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl NetworkMonitor {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
Reference in New Issue
Block a user