Skip to content

Commit cf1f4d6

Browse files
cargo clippy --fix
1 parent c54da4c commit cf1f4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ pub struct EmptyPayload;
9999
impl EmptyPayload {
100100
/// Returns a new empty payload instance.
101101
pub fn new() -> Self {
102-
Self::default()
102+
Self
103103
}
104104
}

0 commit comments

Comments
 (0)