Emil Ernerfeldt
|
5093b67e9b
|
Enable and fix some more clippy lints
|
2022-12-05 09:29:59 +01:00 |
|
Emil Ernerfeldt
|
eca5e6a4d2
|
Update to Rust 1.65 (#2314)
* Update to Rust 1.65
Because then you can use dynamic linking on Linux
* Fix a bunch of clippy lints
* Update changelogs
* More clippy fixes
|
2022-11-16 19:08:03 +01:00 |
|
Red Artist
|
8ff139687a
|
bump msrv 1.64 and tts + bindgen dep (#2274)
* bump msrv 1.64 and tts + bindgen dep
* Update crates/egui-winit/Cargo.toml
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
* Update crates/eframe/Cargo.toml
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
|
2022-11-11 10:27:25 +01:00 |
|
Emil Ernerfeldt
|
8e2de26e4e
|
Enable more clippy lints
|
2022-07-26 11:18:21 +02:00 |
|
Emil Ernerfeldt
|
bf15bb6e19
|
Use cargo cranky instead of cargo clippy (#1820)
* Use cargo cranky instead of cargo clippy
cargo cranky (https://github.com/ericseppanen/cargo-cranky)
is a new tool that passes lints specified in a Cranky.toml
to cargo clippy.
This is a possible solution to
https://github.com/rust-lang/cargo/issues/5034
* Remove `-W clippy::all` from `check.sh` (rely on `Cranky.toml` instead)
|
2022-07-20 12:34:19 +02:00 |
|