egui/sh
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
..
build_demo_web.sh Add egui_wgpu crate (#1564) 2022-05-12 09:02:28 +02:00
check.sh Use cargo cranky instead of cargo clippy (#1820) 2022-07-20 12:34:19 +02:00
docs.sh Remove egui_web and epi (#1545) 2022-04-30 10:44:35 +02:00
find_bloat.sh Use proper shebang for all bash scripts: #!/usr/bin/env bash 2022-04-07 17:34:34 +02:00
setup_web.sh Use proper shebang for all bash scripts: #!/usr/bin/env bash 2022-04-07 17:34:34 +02:00
start_server.sh Use proper shebang for all bash scripts: #!/usr/bin/env bash 2022-04-07 17:34:34 +02:00
wasm_bindgen_check.sh Add egui_wgpu crate (#1564) 2022-05-12 09:02:28 +02:00
wasm_size.sh Use proper shebang for all bash scripts: #!/usr/bin/env bash 2022-04-07 17:34:34 +02:00