rust/library/core
Adrien Morison 21b3b27fe4 Mention FusedIterator case in Iterator::fuse doc
Using `fuse` on an iterator that incorrectly implements
`FusedIterator` does not fuse the iterator. This commit adds a
note about this in the documentation of this method to increase
awareness about this potential issue (esp. when relying on fuse
in unsafe code).
2021-04-23 19:13:27 +01:00
..
benches add bench 2021-03-18 00:25:20 +01:00
src Mention FusedIterator case in Iterator::fuse doc 2021-04-23 19:13:27 +01:00
tests Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se 2021-04-22 15:36:27 +00:00
Cargo.toml Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se 2021-03-23 04:49:47 +00:00