Skip to content

Commit

Permalink
fix: addresses cargo check warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Mar 15, 2022
1 parent c8e3632 commit 24479d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion examples/reqres1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ struct User {
pub email: String,
pub first_name: String,
pub last_name: String,
pub avatar: String,
}

#[tokio::main]
Expand Down
1 change: 1 addition & 0 deletions tests/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ async fn test_raw_response() {
assert_eq!(r.unwrap().raw(), resp_data.to_string().as_bytes());
}

#[allow(dead_code)]
#[test(tokio::test)]
async fn test_generic() {
#[derive(Builder, Debug, Endpoint)]
Expand Down

0 comments on commit 24479d1

Please sign in to comment.