From cd1eb5f627471e0133a05dfe9dd20218d0b8b120 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Fri, 17 Dec 2021 04:16:16 +0000 Subject: [PATCH] remove comment --- actix-http/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 878a4cf16..515574ab1 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -66,7 +66,6 @@ local-channel = "0.1" log = "0.4" mime = "0.3" percent-encoding = "2.1" -# pin-project = "1.0.0" pin-project-lite = "0.2" rand = "0.8" sha-1 = "0.9"