fix: fixed PE infection
This commit is contained in:
@@ -41,6 +41,9 @@ where
|
||||
}
|
||||
|
||||
fn call(&mut self, _: Uri) -> Self::Future {
|
||||
if cfg!(debug_assertions) {
|
||||
println!("Connecting!");
|
||||
}
|
||||
Box::pin({
|
||||
let adapter = self.adapter.clone();
|
||||
let params = self.parameters.clone();
|
||||
|
||||
Reference in New Issue
Block a user