remove P
This commit is contained in:
@@ -346,18 +346,18 @@ pub(crate) mod printf {
|
||||
// ```regex
|
||||
// (?x)
|
||||
// ^ %
|
||||
// (?: (?P<parameter> \d+) \$ )?
|
||||
// (?P<flags> [-+ 0\#']* )
|
||||
// (?P<width> \d+ | \* (?: (?P<widtha> \d+) \$ )? )?
|
||||
// (?: \. (?P<precision> \d+ | \* (?: (?P<precisiona> \d+) \$ )? ) )?
|
||||
// (?P<length>
|
||||
// (?: (?Box<parameter> \d+) \$ )?
|
||||
// (?Box<flags> [-+ 0\#']* )
|
||||
// (?Box<width> \d+ | \* (?: (?Box<widtha> \d+) \$ )? )?
|
||||
// (?: \. (?Box<precision> \d+ | \* (?: (?Box<precisiona> \d+) \$ )? ) )?
|
||||
// (?Box<length>
|
||||
// # Standard
|
||||
// hh | h | ll | l | L | z | j | t
|
||||
//
|
||||
// # Other
|
||||
// | I32 | I64 | I | q
|
||||
// )?
|
||||
// (?P<type> . )
|
||||
// (?Box<type> . )
|
||||
// ```
|
||||
|
||||
// Used to establish the full span at the end.
|
||||
|
||||
Reference in New Issue
Block a user