Skip to content
Snippets Groups Projects
Commit c48e7c38 authored by John Mitchell's avatar John Mitchell
Browse files

Fix clippy

parent 5e89aeb6
No related branches found
No related tags found
No related merge requests found
...@@ -39,4 +39,4 @@ jobs: ...@@ -39,4 +39,4 @@ jobs:
- name: Run fmt check - name: Run fmt check
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
- name: Run clippy - name: Run clippy
run: cargo clippy --workspace --all-targets --all-features --features "bevy/x11" run: cargo clippy --workspace --all-targets --all-features --features "bevy/x11" -- --deny warnings
...@@ -23,8 +23,8 @@ fn startup( ...@@ -23,8 +23,8 @@ fn startup(
<ElementBundle <ElementBundle
styles={KStyle { styles={KStyle {
position_type: StyleProp::Value(KPositionType::SelfDirected), position_type: StyleProp::Value(KPositionType::SelfDirected),
left: StyleProp::Value(Units::Pixels(-34.545261 * 7.6)), left: StyleProp::Value(Units::Pixels(-34.545 * 7.6)),
top: StyleProp::Value(Units::Pixels(10.0 - 95.557219 * 7.6)), top: StyleProp::Value(Units::Pixels(10.0 - 95.557 * 7.6)),
..Default::default() ..Default::default()
}} }}
> >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment