mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Increase MSRV to 1.67 (#3234)
* Bump MSRV to 1.67 * clippy fixes * cargo clippy: inline format args * Add `clippy::uninlined_format_args` to cranky lints * Fix clippy on wasm * More clippy fixes
This commit is contained in:
@@ -184,10 +184,7 @@ mod test {
|
||||
let expected = vec2(0.0, 3.0);
|
||||
assert!(
|
||||
(rotated - expected).length() < 1e-5,
|
||||
"Expected {:?} to equal {:?}. rot: {:?}",
|
||||
rotated,
|
||||
expected,
|
||||
rot,
|
||||
"Expected {rotated:?} to equal {expected:?}. rot: {rot:?}",
|
||||
);
|
||||
|
||||
let undone = rot.inverse() * rot;
|
||||
|
||||
Reference in New Issue
Block a user