refactor: Apply cargo reccomended cleanups
This commit is contained in:
parent
26ca12b419
commit
1ce30e1cea
11 changed files with 12 additions and 21 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue