mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
cfc274c3bc
DOC: do not link to "nightly" in Iterator::by_ref() docstring I happened to see that the link in the docstring https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.by_ref points to the "nightly" docs instead of "stable". I'm not sure if my fix actually works because I didn't get `cargo doc` to run on my local computer.