We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9880b37 commit d54a7b5Copy full SHA for d54a7b5
library/alloc/src/fmt.rs
@@ -354,7 +354,7 @@
354
//! sign := '+' | '-'
355
//! width := count
356
//! precision := count | '*'
357
-//! type := '?' | 'x' | 'X' | 'x?' | 'X?' | 'o' | 'b' | 'e' | 'E' | 'p'
+//! type := '?' | 'x?' | 'X?' | 'o' | 'x' | 'X' | 'p' | 'b' | 'e' | 'E'
358
//! count := parameter | integer
359
//! parameter := argument '$'
360
//! ```
0 commit comments