Skip to content

Commit 46ed833

Browse files
committed
Apply clippy lint empty_line_after_doc_comments suggestion
1 parent a53b43e commit 46ed833

File tree

1 file changed

+0
-1
lines changed
  • spdlog-macros/src/pattern

1 file changed

+0
-1
lines changed

spdlog-macros/src/pattern/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ pub fn runtime_pattern_impl(runtime_pattern: RuntimePattern) -> Result<TokenStre
6767
///
6868
/// A [`Pattern`] gives a structural representation of a pattern parsed from the
6969
/// token stream given to the `pattern` macro.
70-
7170
pub struct Pattern {
7271
/// The template string included in the pattern.
7372
template: Option<(&'static String, Template<'static>)>,

0 commit comments

Comments
 (0)