Commit fa89b97
chore: silence unused-import warning in test_ibe macro
The `use super::*;` glob in test_ibe! is required (the macro body
references PublicKey, SecretKey, UserSecretKey, CipherText, Msg, IBE,
and the scheme type from the parent module), but clippy reports it as
unused because not every call site exercises every re-export the same
way. Annotate with #[allow(unused_imports)] to suppress the false
positive without dropping the import.
Closes #33
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 6a4d589 commit fa89b97
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| |||
0 commit comments