`Parameter 'whatever' is never used` warnings for...
# announcements
t
Parameter 'whatever' is never used
warnings for polymorphic methods, where in some cases, you really don't need to use the argument, but it's there for polymorphism. What's the idiomatic way to deal with this? I apparently cannot use `_`; I don't understand why.
z
I would just
@Suppress
3
c
you could also file an issue