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 9455329 commit 75aef29Copy full SHA for 75aef29
scripts/unicode.py
@@ -21,7 +21,7 @@
21
import urllib.request
22
23
UNICODE_VERSION = "13.0.0"
24
-UCD_URL = "http://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
+UCD_URL = "https://www.unicode.org/Public/%s/ucd/" % UNICODE_VERSION
25
26
PREAMBLE = """// Copyright 2012-2018 The Rust Project Developers. See the COPYRIGHT
27
// file at the top-level directory of this distribution and at
0 commit comments