mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 08:16:07 +03:00
96515ccc7a
Clean up outdated `use_once_payload` pretty printer comment
While reading some parts of the pretty printer code, I noticed this old comment
which seemed out of place. The `use_once_payload` this outdated comment mentions
was removed in 2017 in 40f03a1e0d, so this
completes the work by removing the comment.