1
0
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:
Rob Ede
2023-11-03 20:00:56 +00:00
parent ecd2016c09
commit 61f16c609a
3 changed files with 4 additions and 3 deletions

View File

@ -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;