Remove import traits which are part of preclude in 2021

This commit is contained in:
2023-03-28 06:25:07 +00:00
committed by GitHub
parent 7f34e5997f
commit 18287a47e5
15 changed files with 0 additions and 15 deletions

View File

@@ -9,7 +9,6 @@ use crate::opthelper::get_helper;
use json::JsonValue;
use reqwest::{Client, ClientBuilder, IntoUrl, RequestBuilder, Response};
use std::collections::HashMap;
use std::convert::TryInto;
use std::default::Default;
use std::sync::atomic::AtomicBool;
use std::sync::atomic::AtomicI64;