another clippy cleanup
This commit is contained in:
parent
11506699e3
commit
4b52382326
@ -26,7 +26,7 @@ pub struct AppState {
|
|||||||
// Cached containers (enumerated once; refreshed per tick)
|
// Cached containers (enumerated once; refreshed per tick)
|
||||||
pub components: SharedComponents,
|
pub components: SharedComponents,
|
||||||
pub disks: SharedDisks,
|
pub disks: SharedDisks,
|
||||||
pub networks: SharedNetworks
|
pub networks: SharedNetworks,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl AppState {
|
impl AppState {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user