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.
1 parent 4eef581 commit 96d3594Copy full SHA for 96d3594
src/tools/linkchecker/main.rs
@@ -121,7 +121,7 @@ fn check(cache: &mut Cache,
121
if file.extension().and_then(|s| s.to_str()) == Some("js") {
122
return None;
123
}
124
-
+
125
// ignore handlebars files as they use {{}} to build links, we only
126
// want to test the generated files
127
if file.extension().and_then(|s| s.to_str()) == Some("hbs") {
0 commit comments