aboutsummaryrefslogtreecommitdiffhomepage
path: root/pingora-core/Cargo.toml
diff options
context:
space:
mode:
authorYuchen Wu <[email protected]>2024-07-26 10:23:14 -0700
committerYuchen Wu <[email protected]>2024-07-26 13:35:13 -0700
commit32303b9258fed5ce7d214515bddb2b7a0585fbe0 (patch)
tree5c51cf1f2f298c8bd212cf37a2d37b1ad73c3380 /pingora-core/Cargo.toml
parentff2582a64a5926c7ad0909f3c26b9da9ce578ba4 (diff)
downloadpingora-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.toml2
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