Skip to content

Commit 7c3ebec

Browse files
authored
fix
1 parent 0f14bea commit 7c3ebec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/char/convert.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use crate::fmt;
66
use crate::mem::transmute;
77
use crate::str::FromStr;
88

9-
use super::MAX;
10-
119
/// Converts a `u32` to a `char`.
1210
///
1311
/// Note that all [`char`]s are valid [`u32`]s, and can be cast to one with

0 commit comments

Comments
 (0)