Skip to content

Commit e4c1fdc

Browse files
JonathanWoollett-LightJonathan Woollett-Light
authored andcommitted
docs: Add doc comment to FcLineWriter
Adds a doc comment to the `FcLineWriter` type alias. Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
1 parent cc9b4ca commit e4c1fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub use crate::metrics::{
1919
SharedStoreMetric, StoreMetric, METRICS,
2020
};
2121

22-
#[allow(missing_docs)]
22+
/// Alias for `std::io::LineWriter<std::fs::File>`.
2323
pub type FcLineWriter = std::io::LineWriter<std::fs::File>;
2424

2525
/// Prefix to be used in log lines for functions/modules in Firecracker

0 commit comments

Comments
 (0)