mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-17 21:35:20 +01:00
Instead of ignoring additional attributes applied to the app module, we can forward them to the generated code.
11 lines
292 B
Text
11 lines
292 B
Text
error: this lint expectation is unfulfilled
|
|
--> ui/outer_attribute.rs:5:10
|
|
|
|
|
5 | #[expect(while_true)]
|
|
| ^^^^^^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> ui/outer_attribute.rs:2:9
|
|
|
|
|
2 | #![deny(unfulfilled_lint_expectations)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|