Skip to content

Commit be40fe7

Browse files
authored
fix clippy x2
1 parent f926294 commit be40fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ enum Task {
6868

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

0 commit comments

Comments
 (0)