10000 Add tables · unicode-rs/unicode-script@8f21f95 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f21f95

Browse files
committed
Add tables
1 parent 2345a63 commit 8f21f95

File tree

2 files changed

+2416
-7
lines changed

2 files changed

+2416
-7
lines changed

src/lib.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
#[cfg(test)]
2-
mod tests {
3-
#[test]
4-
fn it_works() {
5-
assert_eq!(2 + 2, 4);
6-
}
7-
}
1+
#[rustfmt::skip]
2+
mod tables;

0 commit comments

Comments
 (0)
0