tonarino / acoustic_profiler

Collaboration project with Jen
MIT License
1 stars 0 forks source link

Fix formatting, CI: run rustfmt on nightly toolchain #34

Closed strohel closed 1 year ago

strohel commented 1 year ago

Fix formatting

CI: run rustfmt on nightly toolchain

I forgot that some of the options we use are nightly-only. The warnings are not printed on success run, but in failed one they are: https://github.com/tonarino/acoustic_profiler/actions/runs/4807252551/jobs/8555777744

Tests and clippy still use the stable toolchain.