Skip to content

Commit 1fd9e9d

Browse files
nilotpal-n7fmease
andcommitted
Apply reviewer suggestion
Co-authored-by: León Orell Valerian Liehr <[email protected]>
1 parent 1ab57d8 commit 1fd9e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
//! sign := '+' | '-'
355355
//! width := count
356356
//! precision := count | '*'
357-
//! type := '' | '?' | 'x' | 'X' | 'o' | 'b' | 'e' | 'E' | 'p'
357+
//! type := '?' | 'x' | 'X' | 'o' | 'b' | 'e' | 'E' | 'p'
358358
//! count := parameter | integer
359359
//! parameter := argument '$'
360360
//! ```

0 commit comments

Comments
 (0)