rust/library/core/src/iter
Stuart Cook b27c94af61
Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fences, r=tgross35
docs(std): add missing closing code block fences in doc comments

This PR adds a few closing code block fences which I believe are missing in some doc comments. It seems that rustdoc just autocloses code blocks at the end of doc comments and thus these were easily overlooked: I do not think these code blocks are special in any way.

I found these when working on a Clippy lint that checks the last sentence of doc comments for terminal punctuation, and these were failing cases when testing against the std. Therefore I am not entirely sure these are all such cases, but still have high hopes that they are (or at least a well-defined subset of them).
2025-09-04 10:02:02 +10:00
..
adapters Rollup merge of #146136 - AudaciousAxiom:docs/missing-closing-code-block-fences, r=tgross35 2025-09-04 10:02:02 +10:00
sources update issue number for const_trait_impl 2025-07-13 23:55:06 +08:00
traits implement Sum and Product for Saturating(u*) 2025-08-28 18:38:53 -04:00
mod.rs Stabilize core::iter::chain 2025-08-05 17:05:23 +02:00
range.rs Add diagnostic items for Clippy 2025-06-20 17:53:09 +02:00
sources.rs Tracking issue number for iter_macro 2025-06-26 21:30:02 +03:00