Merge branch 'master' into actix-files-audio-streaming

This commit is contained in:
Clément Nerma 2022-02-10 22:09:40 +01:00 committed by GitHub
commit 9722aaee21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -53,9 +53,7 @@ use crate::{
/// format!("Welcome {}!", info.name) /// format!("Welcome {}!", info.name)
/// } /// }
/// ``` /// ```
#[derive( #[derive(Debug, PartialEq, Eq, PartialOrd, Ord, Deref, DerefMut, AsRef, Display, From)]
Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Deref, DerefMut, AsRef, Display, From,
)]
pub struct Path<T>(T); pub struct Path<T>(T);
impl<T> Path<T> { impl<T> Path<T> {