1
Fork 0
rust/library/proc_macro/src
John Arundel a19472a93e Fix doc nits
Many tiny changes to stdlib doc comments to make them consistent (for example
"Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph
breaks, backticks for monospace style, and other minor nits.

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
2024-07-26 13:26:33 +01:00
..
bridge Fix doc nits 2024-07-26 13:26:33 +01:00
diagnostic.rs proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
escape.rs Remove superfluous escaping from byte, byte str, and c str literals 2024-06-13 09:49:15 -07:00
lib.rs Avoid ref when using format! for perf 2024-07-19 12:23:49 -04:00
quote.rs Remove unused macro rules 2022-04-18 23:28:06 +02:00