fix doc error

This commit is contained in:
gengteng
2023-10-08 19:14:56 +08:00
parent dd68fe6131
commit c0b78615e8
12 changed files with 34 additions and 11 deletions

View File

@@ -12,6 +12,8 @@
//! ## Example
//!
//! ```no_run
//! #![cfg(feature = "validator")]
//!
//! use axum::routing::post;
//! use axum::Router;
//! use axum_typed_multipart::{BaseMultipart, TryFromMultipart, TypedMultipart, TypedMultipartError};