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:
Nolan Poe 2024-10-31 19:50:50 -07:00 committed by GitHub
parent a96894c743
commit d17d097b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 312 additions and 449 deletions

View file

@ -1,3 +1,5 @@
#![allow(clippy::cmp_owned)]
// CRATES
use crate::utils::{self, catch_random, error, filter_posts, format_num, format_url, get_filters, param, redirect, setting, template, val, Post, Preferences};
use crate::{