From a2dc18f71acf83dd2946622603d3da00b456d42a Mon Sep 17 00:00:00 2001 From: IceSentry Date: Wed, 8 Apr 2020 18:11:24 -0400 Subject: remove TODO --- crates/ra_ide/src/inlay_hints.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ra_ide/src/inlay_hints.rs b/crates/ra_ide/src/inlay_hints.rs index 6a4fe15fd..a86e18fbb 100644 --- a/crates/ra_ide/src/inlay_hints.rs +++ b/crates/ra_ide/src/inlay_hints.rs @@ -251,7 +251,6 @@ fn should_show_param_hint( // avoid displaying hints for common functions like map, filter, etc. // or other obvious words used in std - // TODO ignore "bytes" if the type is [u8; n] let is_obvious_param_name = match param_name { "predicate" | "value" | "pat" | "rhs" | "other" => true, _ => false, -- cgit v1.2.3