oli-obk / rust-pandoc

Apache License 2.0
51 stars 29 forks source link

fix clippy errors #43

Closed danieleades closed 2 years ago

danieleades commented 2 years ago

this fixes a clippy lint which is a hard error on nightly.

Without this fix, any downstream project which depends on rust-pandoc will return an error when running clippy on nightly.

specifically the error occurs because Itertools::intersperse and std::iter::Iterator::intersperse are both in scope, and are ambiguous

oli-obk commented 2 years ago

Thanks! I'll publish a minor bump with this, people will still have to cargo update, but at least it's simple to fix

danieleades commented 2 years ago

Thanks @oli-obk! Is it possible to get a new release with th changes?

oli-obk commented 2 years ago

I did publish 0.8.6, or did I mess up the publish?

danieleades commented 2 years ago

I did publish 0.8.6, or did I mess up the publish?

Nope! Publish looks good! Cheers!