Skip to content

Commit

Permalink
Remove unused import: std::borrow::Borrow
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish authored and bluejekyll committed Mar 19, 2023
1 parent 3f86468 commit 0f55934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/proto/src/https/https_server.rs
Expand Up @@ -7,7 +7,6 @@

//! HTTPS related server items

use std::borrow::Borrow;
use std::fmt::Debug;
use std::str::FromStr;
use std::sync::Arc;
Expand Down

0 comments on commit 0f55934

Please sign in to comment.