Closed flisky closed 11 months ago
So this implies we can always use the name with _?
If you got time, please resolve the conflicts to main and the clippy lint @flisky :)
let crate_name = lib.name.replace("-", "_");
^^^ help: try using a `char` instead: `'-'`
Thank you for your contribution!
Updated, thank you!
cargo has a special flag to replace hyphens with underscores for output's name, which is always true for non-binary crate type.
uplift_filename
crate_name