cargo clippy fix
This commit is contained in:
parent
8cf2d48a16
commit
5ed7f6b837
8 changed files with 8 additions and 27 deletions
|
@ -37,10 +37,7 @@ pub fn parse_lisp(value: Value) -> Vec<ServiceItem> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use std::{
|
||||
fs::read_to_string,
|
||||
path::PathBuf,
|
||||
};
|
||||
use std::{fs::read_to_string, path::PathBuf};
|
||||
|
||||
use crate::{
|
||||
core::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue