mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
Remove clone implementation for Path
(#2639)
This commit is contained in:
parent
1b706b3069
commit
4c59a34513
@ -53,9 +53,7 @@ use crate::{
|
||||
/// format!("Welcome {}!", info.name)
|
||||
/// }
|
||||
/// ```
|
||||
#[derive(
|
||||
Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Deref, DerefMut, AsRef, Display, From,
|
||||
)]
|
||||
#[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Deref, DerefMut, AsRef, Display, From)]
|
||||
pub struct Path<T>(T);
|
||||
|
||||
impl<T> Path<T> {
|
||||
|
Loading…
Reference in New Issue
Block a user