Add missing commas to rustc_ast_pretty::pp
docs
This commit is contained in:
parent
257becbfe4
commit
8d5dc8c2f0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue