Skip to content

chore: Added trait validated_definition macro (#24) #24

chore: Added trait validated_definition macro (#24)

chore: Added trait validated_definition macro (#24) #24

GitHub Actions / clippy succeeded Aug 10, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

src/lib.rs|19 col 14| warning: unused macro definition: validated_definition
--> src/lib.rs:19:14
|
19 | macro_rules! validated_definition {
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_macros)] on by default
src/lib.rs|53 col 16| warning: unused import: validated_definition
--> src/lib.rs:53:16
|
53 | pub(crate) use validated_definition;
| ^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default