mersinvald / aquamarine

Inline diagrams for rustdoc with mermaid.js
MIT License
487 stars 25 forks source link

build(deps): update `itertools` 0.9 -> 0.10 #21

Closed ErichDonGubler closed 2 years ago

ErichDonGubler commented 2 years ago

NOTE: This raises the MSRV to Rust 1.32.0.

ErichDonGubler commented 2 years ago

cargo test is running into an issue currently where rustdoc is printing the following error:

---- src\lib.rs - (line 39) stdout ----
error[E0585]: found a documentation comment that doesn't document anything
  --> src\lib.rs:51:1
   |
14 | /// ```
   | ^^^^^^^
   |
   = help: doc comments must come before what they document, maybe a comment was intended with `//`?

Didja want me to report it as a separate issue? :)

mersinvald commented 2 years ago

@ErichDonGubler yes please, with a way to reproduce if you can. Thanks!

mersinvald commented 2 years ago

As itertools is a build dep, I don't see a compelling reason to bump MSRV.