mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 02:37:42 +02:00
fix doc warnings
This commit is contained in:
@ -2,7 +2,7 @@ use super::AuthenticationError;
|
||||
use crate::headers::www_authenticate::Challenge;
|
||||
|
||||
/// Trait implemented for types that provides configuration for the authentication
|
||||
/// [extractors](super::AuthExtractor).
|
||||
/// [extractors](crate::extractors).
|
||||
pub trait AuthExtractorConfig {
|
||||
/// Associated challenge type.
|
||||
type Inner: Challenge;
|
||||
|
Reference in New Issue
Block a user