Skip to content

Commit 5232592

Browse files
committed
Revert "Support yaml and yml extensions in build script."
This reverts commit a3caf6f.
1 parent a3caf6f commit 5232592

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

workflows/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ fn main() -> Result<()> {
4141
.to_str()
4242
.expect("OsStr should convert to str")
4343
.replace(".yaml", "")
44-
.replace(".yml", "")
4544
.to_case(Case::Snake);
4645
println!("file name is {:?}", file_name);
4746

0 commit comments

Comments
 (0)