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.
1 parent 1e5316a commit 55e6fc9Copy full SHA for 55e6fc9
oma-console/src/print.rs
@@ -296,6 +296,6 @@ impl Formatter for OmaFormatter {
296
ctx: &mut spdlog::formatter::FormatterContext,
297
) -> spdlog::Result<()> {
298
self.format_impl(record, dest, ctx)
299
- .map_err(|e| spdlog::Error::FormatRecord(e))
+ .map_err(spdlog::Error::FormatRecord)
300
}
301
0 commit comments