8000 Remove unnecessary and unstable SliceExt import · cmyr/unicode-segmentation@5397fa4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5397fa4

Browse files
committed
Remove unnecessary and unstable SliceExt import
1 parent 10bd2ed commit 5397fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/unicode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ def emit_property_module(f, mod, tbl, emit):
257257
def emit_break_module(f, break_table, break_cats, name):
258258
Name = name.capitalize()
259259
f.write("""pub mod %s {
260-
use core::slice::SliceExt;
261260
use core::result::Result::{Ok, Err};
262261
263262
pub use self::%sCat::*;

0 commit comments

Comments
 (0)
0