diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-19 17:01:36 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-19 17:01:36 +0000 |
| commit | bf7f4d5381203d5c27b2811d62c5b1781533aa2b (patch) | |
| tree | 26903bbf535d83abd7242370d8b6932eb80e3389 /grasp-audit/src/specs/mod.rs | |
| parent | fa065ad128882755f2a988d6203b59a2ab5e38ff (diff) | |
fix some clippy fmt warnings
Diffstat (limited to 'grasp-audit/src/specs/mod.rs')
| -rw-r--r-- | grasp-audit/src/specs/mod.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/grasp-audit/src/specs/mod.rs b/grasp-audit/src/specs/mod.rs index c1c277c..a502866 100644 --- a/grasp-audit/src/specs/mod.rs +++ b/grasp-audit/src/specs/mod.rs | |||
| @@ -3,8 +3,4 @@ | |||
| 3 | pub mod grasp01; | 3 | pub mod grasp01; |
| 4 | 4 | ||
| 5 | // Re-export all test structs from grasp01 module | 5 | // Re-export all test structs from grasp01 module |
| 6 | pub use grasp01::{ | 6 | pub use grasp01::{EventAcceptancePolicyTests, Nip01SmokeTests, Nip11DocumentTests}; |
| 7 | EventAcceptancePolicyTests, | ||
| 8 | Nip01SmokeTests, | ||
| 9 | Nip11DocumentTests, | ||
| 10 | }; | ||