Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Mar 7, 2024
1 parent 57be232 commit 73e2f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct Field<T> {
pub name: String,
/// The filename of Field, optinal.
pub filename: Option<String>,
/// The content_type of Field, optinal.
/// The `content_type` of Field, optinal.
pub content_type: Option<mime::Mime>,
/// The extras headers of Field, optinal.
pub headers: Option<http::HeaderMap>,
Expand Down

0 comments on commit 73e2f11

Please sign in to comment.