8000
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 744c255 commit cb9fb4dCopy full SHA for cb9fb4d
scripts/unicode.py
@@ -477,8 +477,8 @@ def minimal_perfect_hash(d):
477
data = UnicodeData()
478
with open("tables.rs", "w", newline = "\n") as out:
479
out.write(PREAMBLE)
480
- out.write("use quick_check::IsNormalized;\n")
481
- out.write("use quick_check::IsNormalized::*;\n")
+ out.write("use crate::quick_check::IsNormalized;\n")
+ out.write("use crate::quick_check::IsNormalized::*;\n")
482
out.write("\n")
483
484
version = "(%s, %s, %s)" % tuple(UNICODE_VERSION.split("."))
0 commit comments