1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

chore: allow missing docs on test mod

This commit is contained in:
Rob Ede
2024-09-12 15:10:28 -04:00
parent a3211b73d3
commit dd20ebb6cb

View File

@ -148,6 +148,7 @@ pub use self::{
};
#[cfg(test)]
#[allow(missing_docs)]
pub mod test_helpers {
use actix_web::cookie::Key;