1
Fork 0

Add missing commas to rustc_ast_pretty::pp docs

This commit is contained in:
Camelid 2020-12-28 14:23:20 -08:00 committed by GitHub
parent 257becbfe4
commit 8d5dc8c2f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
//! ```