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 04cdf31 commit 5c59176Copy full SHA for 5c59176
1 file changed
crates/stdarch-gen-arm/src/main.rs
@@ -139,6 +139,7 @@ fn parse_args() -> Vec<(PathBuf, Option<PathBuf>)> {
139
.into_iter()
140
.filter_map(Result::ok)
141
.filter(|f| f.file_type().is_file())
142
+ .filter(|f| f.file_name().to_string_lossy().ends_with(".yml"))
143
.map(|f| (f.into_path(), out_dir.clone()))
144
.collect()
145
}
0 commit comments