mirror of https://github.com/fafhrd91/actix-web
remove clone implementation for `Path`
This commit is contained in:
parent
a9f445875a
commit
5142486c34
|
@ -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>(T);
|
||||
|
||||
|
|
Loading…
Reference in New Issue