Skip to content

Commit

Permalink
Removed default from Request type
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsolage committed Feb 13, 2024
1 parent 3f1dc2a commit be9e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ehttp/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl From<Mode> for web_sys::RequestMode {
}

/// A simple HTTP request.
#[derive(Default, Clone, Debug)]
#[derive(Clone, Debug)]
pub struct Request {
/// "GET", "POST", …
pub method: String,
Expand Down

0 comments on commit be9e6ef

Please sign in to comment.