Rollup merge of #80457 - camelid:pretty-docs-commas, r=jonas-schievink
Add missing commas to `rustc_ast_pretty::pp` docs
This commit is contained in:
commit
d8cabe1855
@ -75,7 +75,7 @@
|
|||||||
//! breaking inconsistently to become
|
//! breaking inconsistently to become
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
//! foo(hello, there
|
//! foo(hello, there,
|
||||||
//! good, friends);
|
//! good, friends);
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
@ -83,7 +83,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
//! foo(hello,
|
//! foo(hello,
|
||||||
//! there
|
//! there,
|
||||||
//! good,
|
//! good,
|
||||||
//! friends);
|
//! friends);
|
||||||
//! ```
|
//! ```
|
||||||
|
Loading…
Reference in New Issue
Block a user