Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Hrica <mhrica@redhat.com>
  • Loading branch information
mtjhrc authored and slp committed Nov 29, 2023
1 parent e6b82e9 commit 79d993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm/src/vmm_config/net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl NetBuilder {
/// Creates an empty list of Network Devices.
pub fn new() -> Self {
NetBuilder {
/// List of built network devices.
// List of built network devices.
net_devices: Vec::new(),
}
}
Expand Down

0 comments on commit 79d993c

Please sign in to comment.