Skip to content

Commit

Permalink
fix build issue due to a broken lockfile (#1609)
Browse files Browse the repository at this point in the history
Sorry for this PR.
During merging
#1581, I
made a mistake in githubs UI and the lockfile did not get updated
properly.

This rectifies the issue. Sorry for the additional effort required 😓
This PR also reverts
#1599 (comment)
  • Loading branch information
CommanderStorm authored Dec 13, 2024
1 parent 71e6e68 commit 9a36d44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
29 changes: 9 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions martin/src/pg/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ 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 9a36d44

Please sign in to comment.