fix warnings

This commit is contained in:
2023-02-05 21:49:01 +01:00
parent 46157ec536
commit 2b49f9c190
2 changed files with 99 additions and 101 deletions

View File

@@ -1,12 +1,10 @@
use std::{
any::Any,
collections::HashMap,
ops::Add,
rc::Rc,
sync::{Arc, Once},
sync::{Arc},
};
use serde::{Deserialize, Serialize};
use serde::{Serialize};
pub fn query() -> Selection {
Selection {