Skip to content

Commit

Permalink
fix: Downgrade wrongly placed doc coment to normal comment
Browse files Browse the repository at this point in the history
Kani, running using nightly rustc, was warning about this comment. Fix
it to resolve the warning during verification, to get slightly cleaner
logs.

Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
  • Loading branch information
roypat committed Oct 20, 2023
1 parent 81af5d7 commit 54caed2
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 @@ -84,7 +84,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 54caed2

Please sign in to comment.