mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
codegen: Unify string conversion style
This commit is contained in:
@@ -46,16 +46,16 @@ fn main() -> Result<()> {
|
||||
paths.sort_by_key(fs_err::DirEntry::path);
|
||||
|
||||
let mut tools = vec"
|
||||
.to_string(),
|
||||
.to_owned(),
|
||||
}];
|
||||
|
||||
for path in paths {
|
||||
|
||||
Reference in New Issue
Block a user