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.
empty_line_after_doc_comments
1 parent a53b43e commit 46ed833Copy full SHA for 46ed833
spdlog-macros/src/pattern/mod.rs
@@ -67,7 +67,6 @@ pub fn runtime_pattern_impl(runtime_pattern: RuntimePattern) -> Result<TokenStre
67
///
68
/// A [`Pattern`] gives a structural representation of a pattern parsed from the
69
/// token stream given to the `pattern` macro.
70
-
71
pub struct Pattern {
72
/// The template string included in the pattern.
73
template: Option<(&'static String, Template<'static>)>,
0 commit comments