We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FcLineWriter
1 parent cc9b4ca commit e4c1fdcCopy full SHA for e4c1fdc
src/logger/src/lib.rs
@@ -19,7 +19,7 @@ pub use crate::metrics::{
19
SharedStoreMetric, StoreMetric, METRICS,
20
};
21
22
-#[allow(missing_docs)]
+/// Alias for `std::io::LineWriter<std::fs::File>`.
23
pub type FcLineWriter = std::io::LineWriter<std::fs::File>;
24
25
/// Prefix to be used in log lines for functions/modules in Firecracker
0 commit comments