fix doc error

This commit is contained in:
gengteng
2023-10-08 19:16:22 +08:00
parent c0b78615e8
commit 2b9597cf49

View File

@@ -1,3 +1,5 @@
//! # Validator support
use crate::{HasValidate, VALIDATION_ERROR_STATUS};
use axum::async_trait;
use axum::extract::{FromRef, FromRequest, FromRequestParts};