Improve documentation of axum::Form (#2289)

This commit is contained in:
Jonas Platte
2023-10-26 06:37:19 +09:00
committed by GitHub
parent a4133d0d4a
commit e84d563b26
11 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Extra utilities for axum"
edition = "2021"
rust-version = "1.63"
rust-version = "1.65"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"
+1 -1
View File
@@ -14,7 +14,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in
## Minimum supported Rust version
axum-extra's MSRV is 1.63.
axum-extra's MSRV is 1.65.
## Getting Help
+1 -1
View File
@@ -105,7 +105,7 @@ where
}
}
/// Rejection used for [`TypedHeader`](TypedHeader).
/// Rejection used for [`TypedHeader`].
#[cfg(feature = "typed-header")]
#[derive(Debug)]
pub struct TypedHeaderRejection {