refactor doc tests
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
//! # Garde support
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test;
|
||||
|
||||
use crate::{HasValidate, VALIDATION_ERROR_STATUS};
|
||||
use axum::async_trait;
|
||||
use axum::extract::{FromRef, FromRequest, FromRequestParts};
|
||||
|
||||
Reference in New Issue
Block a user