diff --git a/actix-web/src/types/path.rs b/actix-web/src/types/path.rs index 869269d09..dde38219b 100644 --- a/actix-web/src/types/path.rs +++ b/actix-web/src/types/path.rs @@ -54,7 +54,7 @@ use crate::{ /// } /// ``` #[derive( - Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Deref, DerefMut, AsRef, Display, From, + Debug, PartialEq, Eq, PartialOrd, Ord, Deref, DerefMut, AsRef, Display, From, )] pub struct Path(T);