Skip to content

Commit

Permalink
remove unnecessary reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcz committed May 5, 2022
1 parent e74edb5 commit 0073908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/site/src/link_checking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pub fn check_external_links(site: &Site) -> Result<()> {
"Dead link in {} to {}: {}",
page_path.to_string_lossy(),
link,
link_checker::message(&check_res)
link_checker::message(check_res)
));
}

Expand Down

0 comments on commit 0073908

Please sign in to comment.