Cargo doc --examples with dev-dependencies

I just discovered rust examples per this blog, and everything worked very nicely ( cargo build, run ) until I tried cargo doc --examples.

It seems it isn't picking up the [dev-dependencies] section in my toml file.

Did I do anything wrong, or is this just how it is?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.