Skip to content

Commit

Permalink
Make our clippy overlord happy
Browse files Browse the repository at this point in the history
  • Loading branch information
riquito committed Jan 2, 2025
1 parent 434cbaf commit 01d3421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svanill-vault-server/src/post_policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fn format_date_time(time: DateTime) -> Result<String, String> {

struct Condition<'a>((&'a str, &'a str, &'a str));

impl<'a> Serialize for Condition<'a> {
impl Serialize for Condition<'_> {
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
where
S: Serializer,
Expand Down

0 comments on commit 01d3421

Please sign in to comment.