document format_args! - fix trailing whitespace
This commit is contained in:
parent
afff64e7a4
commit
613fb8bc2c
1 changed files with 1 additions and 1 deletions
|
|
@ -1682,7 +1682,7 @@ impl<'a> Formatter<'a> {
|
|||
///
|
||||
/// struct Arm<'a, L: 'a, R: 'a>(&'a (L, R));
|
||||
/// struct Table<'a, K: 'a, V: 'a>(&'a [(K, V)], V);
|
||||
///
|
||||
///
|
||||
/// impl<'a, L, R> fmt::Debug for Arm<'a, L, R>
|
||||
/// where
|
||||
/// L: 'a + fmt::Debug, R: 'a + fmt::Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue