Skip to content

Commit

Permalink
updated error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustFrederik committed Dec 12, 2023
1 parent 24fd5f6 commit b349e8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ehttp/src/multipart.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
//! .add_file("image", "/home/user/image.png")
//! .unwrap()
//! .add_text("label", "lorem ipsum")
//! .unwrap()
//! .add_stream(
//! &mut Cursor::new(vec![0, 0, 0, 0]),
//! "4_empty_bytes",
Expand Down
1 change: 0 additions & 1 deletion ehttp/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ impl Request {
/// .add_file("image", "/home/user/image.png")
/// .unwrap()
/// .add_text("label", "lorem ipsum")
/// .unwrap()
/// .add_stream(
/// &mut Cursor::new(vec![0, 0, 0, 0]),
/// "4_empty_bytes",
Expand Down

0 comments on commit b349e8c

Please sign in to comment.