Skip to content

Commit

Permalink
fix clippy x2
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb-s authored Dec 17, 2024
1 parent f926294 commit be40fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ enum Task {

/// Represents the result of executing a Task.
/// The UI thread will receive these results and update the UI state accordingly.
#[allow(clippy::enum_variant_names)]
enum TaskResult {
/// The result of the connect attempt
ConnectResult(Result<(), String>),
Expand Down

0 comments on commit be40fe7

Please sign in to comment.