We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f926294 commit be40fe7Copy full SHA for be40fe7
src/ui.rs
@@ -68,6 +68,7 @@ enum Task {
68
69
/// Represents the result of executing a Task.
70
/// The UI thread will receive these results and update the UI state accordingly.
71
+#[allow(clippy::enum_variant_names)]
72
enum TaskResult {
73
/// The result of the connect attempt
74
ConnectResult(Result<(), String>),
0 commit comments