mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Updated Note style guide (markdown)
@@ -195,6 +195,10 @@ Examples:
|
||||
|
||||
A ```for``` loop is always preferable to a ```while``` loop unless the loop counts in a non-uniform way (making it difficult to express as a ```for```).
|
||||
|
||||
# Impls
|
||||
|
||||
Put `pub` modifiers on method names, not on the impls.
|
||||
|
||||
|
||||
# Questions and TODO
|
||||
|
||||
|
||||
Reference in New Issue
Block a user