I don't know if this is a VSCode thing, a VSCode-rust thing, a rust-analyzer thing, or something else, so apologies if this is in the wrong place :)
It seems that the parameter name inlay hints are smart enough that when I pass a variable named cache or args.cache into the function's cache parameter, it doesn't duplicate the parameter name there. But if I pass name.clone() to the name parameter, it treats that as a different thing, even though I as a (admittedly non-expert) user would say that that's redundant - should the parameter names be hidden here?
