Skip to content

Commit 25cf146

Browse files
committed
Fix typo of missing type
1 parent 833c786 commit 25cf146

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/update-doc-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
echo '' >> $OUTPUT_FILE
8484
85-
echo "pub static DB: phf::Map<&'static, &'static> = phf::phf_map! {" >> $OUTPUT_FILE
85+
echo "pub static DB: phf::Map<&'static str, &'static str> = phf::phf_map! {" >> $OUTPUT_FILE
8686
cat generated/raw_entries.txt >> $OUTPUT_FILE
8787
echo '};' >> $OUTPUT_FILE
8888

crates/rustpython_doc_db/src/data.inc.rs

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)