tiby312 / poloto-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using `plots!` fails.

Icelk opened this issue · comments

commented

It gives this error message:

the method `chain` exists for struct `poloto::build::SinglePlot<std::iter::FilterMap<std::iter::Map<std::ops::Range<{integer}>, [closure@src/bin/main.rs:500:30: 500:99]>, [closure@src/bin/main.rs:504:38: 514:26]>, std::string::String>`, but its trait bounds were not satisfied

only if the trait PlotIteratorExt isn't imported. This should be done in the macro.

thank you for the awareness fixed

commented

Thanks!