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
|
||||
//!
|
||||
//! ```
|
||||
//! foo(hello, there
|
||||
//! foo(hello, there,
|
||||
//! good, friends);
|
||||
//! ```
|
||||
//!
|
||||
@ -83,7 +83,7 @@
|
||||
//!
|
||||
//! ```
|
||||
//! foo(hello,
|
||||
//! there
|
||||
//! there,
|
||||
//! good,
|
||||
//! friends);
|
||||
//! ```
|
||||
|
Loading…
Reference in New Issue
Block a user