Alisander Qoshqosh

Results 4 comments of Alisander Qoshqosh

Got your point. Good to hear from you!

Haven't you considered to add an argument to action named like "fail-on-warning", that will be true by default. Being `true` this flag can append `-D warnings` to default rustflags. Your...

By `rustflags` I mean this [NEW_RUSTFLAGS](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/97db979bf844c838b06022f305ca480d01b4d5fe/action.yml#L92) variable in the code. By the end it should look like this for `.cargo/config.toml` use-case: ``` - uses: actions-rust-lang/setup-rust-toolchain@v1 with: fail-on-warning: false ``` Instead...