diff options
author | Yuchen Wu <[email protected]> | 2024-07-26 10:23:14 -0700 |
---|---|---|
committer | Yuchen Wu <[email protected]> | 2024-07-26 13:35:13 -0700 |
commit | 32303b9258fed5ce7d214515bddb2b7a0585fbe0 (patch) | |
tree | 5c51cf1f2f298c8bd212cf37a2d37b1ad73c3380 /pingora-core/Cargo.toml | |
parent | ff2582a64a5926c7ad0909f3c26b9da9ce578ba4 (diff) | |
download | pingora-32303b9258fed5ce7d214515bddb2b7a0585fbe0.tar.gz pingora-32303b9258fed5ce7d214515bddb2b7a0585fbe0.zip |
Address Rust 1.80 clippy warnings.
Also remove the doc_async_trait cfg since it is no longer viable.
Diffstat (limited to 'pingora-core/Cargo.toml')
-rw-r--r-- | pingora-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pingora-core/Cargo.toml b/pingora-core/Cargo.toml index c13823c..c5bce77 100644 --- a/pingora-core/Cargo.toml +++ b/pingora-core/Cargo.toml @@ -81,4 +81,4 @@ jemallocator = "0.5" default = ["openssl"] openssl = ["pingora-openssl"] boringssl = ["pingora-boringssl"] -patched_http1 = [] +patched_http1 = []
\ No newline at end of file |