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