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
7fe58bbfd4
Forbid uses of unwrap() in the code ( #7795 )
2025-12-19 20:34:18 +01:00
Nicolas
58b2ac88c0
Add assert messages and print bad argument values in asserts ( #5216 )
...
Enabled the `missing_assert_message` lint
* [x] I have followed the instructions in the PR template
---------
Co-authored-by: Lucas Meurer <lucasmeurer96@gmail.com >
2025-03-25 09:20:29 +01:00
Emil Ernerfeldt
ab39420c29
Much more accurate cpu_usage timing ( #3913 )
...
`frame.info.cpu_usage` now includes time for tessellation and rendering,
but excludes vsync and context switching.
2024-01-29 19:12:16 +01:00