mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
docs: Remove explicit auto deref from PrivateCookieJar example (#2028)
Co-authored-by: David Pedersen <[email protected]>
This commit is contained in:
committed by
David Pedersen
co-authored by
David Pedersen
parent
87b87f317d
commit
078c7ca65b
@@ -88,7 +88,7 @@ use std::{convert::Infallible, fmt, marker::PhantomData};
|
||||
/// type Target = InnerState;
|
||||
///
|
||||
/// fn deref(&self) -> &Self::Target {
|
||||
/// &*self.0
|
||||
/// &self.0
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user