refactor: Apply cargo reccomended cleanups

This commit is contained in:
0xalivecow 2024-11-02 14:19:21 +01:00
parent 26ca12b419
commit 1ce30e1cea
No known key found for this signature in database
11 changed files with 12 additions and 21 deletions

View file

@ -28,7 +28,7 @@ pub fn parse_json(json: String) -> Result<Testcases> {
mod tests {
use std::fs;
use serde_json::json;
// Note this useful idiom: importing names from outer (for mod tests) scope.
use super::*;