mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-06 23:43:26 +02:00
fix warnings
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user