fix clippy test

This commit is contained in:
Esteban Küber 2025-08-11 20:04:27 +00:00
parent a5469b8b4a
commit bec5346038

View file

@ -3,6 +3,8 @@ error: malformed `path` attribute input
|
LL | #[path = foo!()]
| ^^^^^^^^^^^^^^^^ help: must be of the form: `#[path = "file"]`
|
= note: for more information, visit <https://doc.rust-lang.org/reference/items/modules.html#the-path-attribute>
error: aborting due to 1 previous error