google / comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
https://google.github.io/comprehensive-rust/
Apache License 2.0
27.96k stars 1.67k forks source link

Wrap assembly comments consistently #2430

Closed mgeisler closed 6 hours ago

mgeisler commented 1 month ago

Some lines were much longer than others. They are now consistently wrapped at 70 columns. Why so short, why not 80 or 90? Because we sometimes need to browse these files during class, and there we don’t have a lot of horizontal space when using large fonts.