Skip to content

Commit

Permalink
Update relative_links.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Sep 30, 2024
1 parent 187d6e7 commit a93db36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eipw-lint/src/lints/markdown/relative_links.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pub struct RelativeLinks<S> {
pub exceptions: Vec<S>,
}


impl<S> Lint for RelativeLinks<S>
where
S: Debug + Display + AsRef<str>,
Expand Down

0 comments on commit a93db36

Please sign in to comment.