We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3caf6f commit 5232592Copy full SHA for 5232592
1 file changed
workflows/build.rs
@@ -41,7 +41,6 @@ fn main() -> Result<()> {
41
.to_str()
42
.expect("OsStr should convert to str")
43
.replace(".yaml", "")
44
- .replace(".yml", "")
45
.to_case(Case::Snake);
46
println!("file name is {:?}", file_name);
47
0 commit comments