remove TODO

This commit is contained in:
IceSentry 2020-04-08 18:11:24 -04:00
parent 2a582b78a5
commit a2dc18f71a

View File

@ -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,