Skip to content

Commit fe8a849

Browse files
committed
fix cspell
1 parent c294459 commit fe8a849

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

scripts/make_ssl_data_rs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def main():
131131
"// File generated by tools/make_ssl_data_rs.py",
132132
f"// Generated on {datetime.datetime.now(datetime.timezone.utc).isoformat()}",
133133
f"// Source: OpenSSL from {args.srcdir}",
134+
"// spell-checker: disable",
134135
"",
135136
"use phf::phf_map;",
136137
"",

stdlib/src/ssl/ssl_data_111.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// File generated by tools/make_ssl_data_rs.py
22
// Generated on 2025-10-29T07:17:23.692784+00:00
33
// Source: OpenSSL from /tmp/openssl-1.1.1
4+
// spell-checker: disable
45

56
use phf::phf_map;
67

stdlib/src/ssl/ssl_data_300.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// File generated by tools/make_ssl_data_rs.py
22
// Generated on 2025-10-29T07:17:23.737586+00:00
33
// Source: OpenSSL from /tmp/openssl-3.0
4+
// spell-checker: disable
45

56
use phf::phf_map;
67

stdlib/src/ssl/ssl_data_31.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// File generated by tools/make_ssl_data_rs.py
22
// Generated on 2025-10-29T07:17:16.621749+00:00
33
// Source: OpenSSL from /tmp/openssl-3.1
4+
// spell-checker: disable
45

56
use phf::phf_map;
67

0 commit comments

Comments
 (0)