Skip to content

Commit

Permalink
removed clippy::ref_option until CI catches up
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Nov 29, 2024
1 parent dfff8d4 commit c52c4d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion martin/src/pg/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ use tokio::time::timeout;
use crate::source::UrlQuery;

#[cfg(test)]
#[expect(clippy::ref_option)]
pub fn sorted_opt_set<S: serde::Serializer>(
value: &Option<std::collections::HashSet<String>>,
serializer: S,
Expand Down

0 comments on commit c52c4d2

Please sign in to comment.