mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
aa364cac52
There is one comment at a call site and one comment in the function definition that are mostly saying the same thing. Fold the call site comment into the function definition comment to reduce duplication. There are actually some inaccuracies in the comments but let's deduplicate before we address the inaccuracies.