diff --git a/viz-core/src/middleware/cookie.rs b/viz-core/src/middleware/cookie.rs index 5787b55c..5748b88e 100644 --- a/viz-core/src/middleware/cookie.rs +++ b/viz-core/src/middleware/cookie.rs @@ -16,7 +16,7 @@ pub struct Config { } impl Config { - /// Creates a new config with the [`Key`][types::CookieKey]. + /// Creates a new config with the [`Key`][CookieKey]. #[cfg(any(feature = "cookie-signed", feature = "cookie-private"))] #[must_use] pub fn with_key(key: CookieKey) -> Self {