We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4b56a commit e3ab409Copy full SHA for e3ab409
examples/client_json.rs
@@ -41,5 +41,6 @@ async fn fetch_json(url: hyper::Uri) -> Result<Vec<User>> {
41
#[derive(Deserialize, Debug)]
42
struct User {
43
id: i32,
44
+ #[allow(unused)]
45
name: String,
46
}
src/client/pool.rs
@@ -1005,6 +1005,7 @@ mod tests {
1005
1006
#[derive(Debug)]
1007
struct CanClose {
1008
1009
val: i32,
1010
closed: bool,
1011
0 commit comments