Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Millione committed Nov 26, 2024
1 parent 81cd935 commit 61db2d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.idea
target
/benchmark/output
/tests/code-generation-workspace-split/Cargo.lock
3 changes: 2 additions & 1 deletion tests/code-generation-workspace-split/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
common
rpc_article
rpc_author
rpc_image
rpc_image
Cargo.lock
2 changes: 2 additions & 0 deletions volo-thrift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ multiplex = []
# unsafe-codec can achieve better performance for thrift binary protocol, but may cause undefined behavior
# if the thrift message is malformed.
unsafe-codec = []
# This will use unwrap_unchecked instead of unwrap in some places.
unsafe_unchecked = []

0 comments on commit 61db2d9

Please sign in to comment.