From 32303b9258fed5ce7d214515bddb2b7a0585fbe0 Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Fri, 26 Jul 2024 10:23:14 -0700 Subject: Address Rust 1.80 clippy warnings. Also remove the doc_async_trait cfg since it is no longer viable. --- pingora-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pingora-core/Cargo.toml') 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 -- cgit v1.2.3