Skip to content

Commit 71b41b6

Browse files
committed
Fix wiki links and char_lit_as_u8
1 parent 9110b6e commit 71b41b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update_wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def parse_file(d, f):
5959
last_comment = []
6060
if not comment:
6161
l = line.strip()
62-
m = re.search(r"pub\s+([A-Z_]+)", l)
62+
m = re.search(r"pub\s+([A-Z_][A-Z_0-9]*)", l)
6363

6464
if m:
6565
name = m.group(1).lower()

0 commit comments

Comments
 (0)