David Peter 1 year ago
parent
commit
9f4a967f7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      numbat/src/lib.rs

+ 1 - 1
numbat/src/lib.rs

@@ -452,7 +452,7 @@ impl Context {
             // if !type_parameters.is_empty() {
             //     help += m::operator("<");
             //     help += Itertools::intersperse(
-            //         type_parameters.iter().map(|t| m::type_identifier(t)),
+            //         type_parameters.iter().map(m::type_identifier),
             //         m::operator(",") + m::space(),
             //     )
             //     .sum();