Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 21, 2021
1 parent 39ce7f8 commit 3b3c4fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quake_core/src/markdown/references.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ pub struct RefParser {
pub ref_text: String,
}

impl Default for RefParser {
fn default() -> Self {
Self::new()
}
}

impl RefParser {
pub fn new() -> RefParser {
RefParser {
Expand Down

0 comments on commit 3b3c4fb

Please sign in to comment.