Skip to content

Commit

Permalink
add clippy(unwrap_used) to http-api
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 29, 2024
1 parent d1536f9 commit d160f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xmtp_api_http/src/lib.rs
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![warn(clippy::unwrap_used)]

pub mod constants;
mod util;

Expand Down

0 comments on commit d160f17

Please sign in to comment.