You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pubstructCollection{/* ... */}/// An iterator over mycrate::Collection's values.pubstructIter{/* ... */}
warning: you should put `mycrate::Collection's` between ticks in the documentation
|
| /// An iterator over mycrate::Collection's values.
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(doc_markdown)] on by default
= help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.169/index.html#doc_markdown
I would expect this to recommend `mycrate::Collection`'s instead of `mycrate::Collection's`.
The text was updated successfully, but these errors were encountered:
I would expect this to recommend
`mycrate::Collection`'s
instead of`mycrate::Collection's`
.The text was updated successfully, but these errors were encountered: