fix!: remove possible panic from client builder
fix: simplify integer divisions
This commit is contained in:
parent
182f9ebfb8
commit
32b4800b46
9 changed files with 40 additions and 21 deletions
|
|
@ -11,8 +11,7 @@
|
|||
clippy::cast_sign_loss,
|
||||
clippy::cast_precision_loss,
|
||||
clippy::single_match_else,
|
||||
clippy::missing_errors_doc,
|
||||
clippy::missing_panics_doc
|
||||
clippy::missing_errors_doc
|
||||
)]
|
||||
|
||||
//! ## Go to
|
||||
|
|
|
|||
Reference in a new issue