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

Fix clippy not working with x11.

parent 0d828175
No related branches found
No related tags found
No related merge requests found
......@@ -39,4 +39,4 @@ jobs:
- name: Run fmt check
run: cargo fmt --all -- --check
- name: Run clippy
run: cargo clippy --no-deps -- -D warnings
run: cargo clippy --no-deps -- -D warnings --features "bevy/x11"
......@@ -46,3 +46,6 @@ path = "examples/tabs/tabs.rs"
[[example]]
name = "todo"
path = "examples/todo/todo.rs"
[package.metadata.docs.rs]
features = ["x11"]
\ No newline at end of file
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