Skip to content

Commit

Permalink
installed: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
dermesser committed Jun 17, 2024
1 parent 4e5547a commit d54bb81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/installed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use tokio::io::{AsyncRead, AsyncWrite};
use tokio::sync::oneshot;
use tower_service::Service;
use url::form_urlencoded;
use url::quirks::port;

const QUERY_SET: AsciiSet = CONTROLS.add(b' ').add(b'"').add(b'#').add(b'<').add(b'>');

Expand Down

0 comments on commit d54bb81

Please sign in to comment.