mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-22 17:10:57 +00:00
Fix parts of CI (#304)
* Run cargo fmt, hide clippy::cmp_owned errors * Bump deps * Fix failing test * Update src/client.rs --------- Co-authored-by: Matthew Esposito <matt@matthew.science>
This commit is contained in:
parent
a96894c743
commit
d17d097b12
9 changed files with 312 additions and 449 deletions
|
@ -1,4 +1,6 @@
|
|||
#![allow(dead_code)]
|
||||
#![allow(clippy::cmp_owned)]
|
||||
|
||||
use crate::config::{self, get_setting};
|
||||
//
|
||||
// CRATES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue