Elektrine lite

← Feed

@olsonseank@hachyderm.io

Post #1366727

2026-04-15 01:15 UTC

@blp Ah. Such functions have legitimate uses, so perhaps the compiler team didn't feel that this met the bar for warnings. There is a lint for this though! https://rust-lang.github.io/rust-clippy/stable/index.html?search=extra_unused_type_parameters

Replies (1)

  • @blp@framapiaf.org 2026-04-15 01:24

    @olsonseank That's good to know. I guess I need to run clippy more often. What kind of use does this kind of unused generic parameter have?

    Open ##1366728