🔨 feat(lib): Folding, filter, map, fix linter warnings #15
Annotations
4 warnings
elixir_ci:
lib/red_black_tree.ex#L165
variable "node" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
elixir_ci:
lib/red_black_tree.ex#L165
variable "node" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
elixir_ci:
lib/red_black_tree.ex#L165
variable "node" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|
elixir_ci:
lib/red_black_tree.ex#L165
variable "node" is unused (there is a variable with the same name in the context, use the pin operator (^) to match on it or prefix this variable with underscore if it is not meant to be used)
|