Skip to content

Commit

Permalink
temporarily disable dead_code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jul 8, 2024
1 parent c2591d5 commit 70653ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/request_items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ pub enum Body {
File {
file_name: PathBuf,
file_type: Option<HeaderValue>,
#[allow(dead_code)]
file_name_header: Option<String>,
},
}
Expand Down

0 comments on commit 70653ce

Please sign in to comment.