From 2274426bd7806e036322c0466e1f9a5b06904bbb Mon Sep 17 00:00:00 2001 From: Rintaro Itokawa Date: Tue, 9 Jan 2024 10:59:58 +0900 Subject: [PATCH] chore: remove unneeded TODO --- crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs b/crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs index 0c14a115cb26c..e5e11c28bc1d7 100644 --- a/crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs +++ b/crates/oxc_linter/src/rules/jsx_a11y/role_support_aria_props.rs @@ -84,7 +84,7 @@ impl Rule for RoleSupportAriaProps { attr.span, name, role_value.to_string(), - el_type.clone(), // TODO: remove clone + el_type.clone(), ) } else { RoleSupportAriaPropsDiagnostic::Default(