mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
docs: Remove explicit auto deref from PrivateCookieJar example (#2028)
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
This commit is contained in:
parent
3c514ab0b4
commit
40da647620
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ use std::{convert::Infallible, fmt, marker::PhantomData};
|
|||
/// type Target = InnerState;
|
||||
///
|
||||
/// fn deref(&self) -> &Self::Target {
|
||||
/// &*self.0
|
||||
/// &self.0
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue