Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit261ca20

Browse files
Fix CI
Looks like nightly Rust expanded its unused import warnings…
1 parentb077494 commit261ca20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/normalize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::lookups::{
1414
compatibility_fully_decomposed, composition_table,
1515
};
1616

17-
use core::{char, ops::FnMut};
17+
use core::char;
1818

1919
/// Compute canonical Unicode decomposition for character.
2020
/// See [Unicode Standard Annex #15](http://www.unicode.org/reports/tr15/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp