mirror of
https://github.com/Barre/privaxy.git
synced 2025-07-06 16:27:29 +07:00
Remove unused use
statement
This commit is contained in:
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
- build: windows
|
||||
os: windows-latest
|
||||
rust: stable
|
||||
target: x86_64-pc-windows-gnu
|
||||
target: x86_64-pc-windows-msvc
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
@ -123,7 +123,6 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
use-cross: matrix.os != 'windows-latest'
|
||||
args: --release --target ${{ matrix.target }} --bin privaxy --target-dir target
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
@ -4,7 +4,6 @@ use crate::proxy::exclusions::LocalExclusionStore;
|
||||
use hyper::server::conn::AddrStream;
|
||||
use hyper::service::{make_service_fn, service_fn};
|
||||
use hyper::{Client, Server};
|
||||
use include_dir::{include_dir, Dir};
|
||||
use proxy::exclusions;
|
||||
use reqwest::redirect::Policy;
|
||||
use std::collections::HashSet;
|
||||
|
Reference in New Issue
Block a user