sagiegurari / shell2batch

Coverts simple basic shell scripts to windows batch scripts.
Apache License 2.0
57 stars 7 forks source link

0.4.2. unused_parens fails check on rust 1.45+ -> Stage new version? #17

Closed Kreyren closed 2 years ago

Kreyren commented 2 years ago

Describe The Bug

The current 0.4.2 fails check with:

error: unnecessary parentheses around type
   --> src/converter.rs:108:61
    |
108 | fn add_arguments(arguments: &str, additional_arguments: Vec<(String)>, pre: bool) -> String {
    |                                                             ^^^^^^^^ help: remove these parentheses
    |

Stage new version? As this is already addressed in master.

sagiegurari commented 2 years ago

ya, let me release a new one

sagiegurari commented 2 years ago

done

Kreyren commented 2 years ago

thanks!