1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01: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
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

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