Skip to content

ci: remove the rusftm hack

Jordan Petridis requested to merge alatiera/rustfmt into master

Our config.rs is generated by meson and thus we were creating a dummy file to avoid failing to import it.

Instead we can skip the file in main.rs

Merge request reports