Emil Ernerfeldt
|
6aea7eff94
|
Enable the clippy::std_instead_of_core lint (#8394)
Prefer `core::` over `std::` where either work
* Part of https://github.com/emilk/egui/issues/5735
|
2026-08-06 13:19:13 +02:00 |
|
Emil Ernerfeldt
|
8d98763fe1
|
Replace #[allow attributes with expect (#7796)
We do have `clippy::allow_attributes` turned on, but it doesn't seem to
work properly
|
2025-12-19 20:55:50 +01:00 |
|
Emil Ernerfeldt
|
2f508d6a61
|
Replace cargo-cranky with workspace lints (#4413)
Replace `cargo-cranky` (which has served us well) with workspace lints
|
2024-04-25 17:24:50 +02:00 |
|
YgorSouza
|
46b241eb94
|
Add xtask crate (#4293)
Replaces only the cargo_deny.sh script for now. Can be expanded over
time to replace the other shell and python scripts, so only Rust is
needed to work with the repository.
Closes <https://github.com/emilk/egui/issues/2887>
Closes <https://github.com/emilk/egui/issues/4373>
---------
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
|
2024-04-21 19:26:16 +02:00 |
|