Skip to content

Commit

Permalink
Fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Nov 28, 2024
1 parent 7cce580 commit 6599800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mullvad-cli/src/cmds/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ impl Relay {
Ok(())
}

/// Get active relays which are not bridges.
// Get active relays which are not bridges.

async fn update_constraints(update_fn: impl FnOnce(&mut RelayConstraints)) -> Result<()> {
let mut rpc = MullvadProxyClient::new().await?;
Expand Down
2 changes: 1 addition & 1 deletion mullvad-daemon/src/migrations/v7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub struct ShadowsocksProxySettings {
}

// ======================================================
/// This is a closed migration.
// This is a closed migration.

/// We change bridge settings to no longer be an enum with custom and normal variants. It now is a
/// struct which contains a bridge type, a normal relay constraint and optional custom constraints.
Expand Down

0 comments on commit 6599800

Please sign in to comment.