about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/core/src/char/convert.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/core/src/char/convert.rs b/library/core/src/char/convert.rs
index 56dc2a594e1..139841368d6 100644
--- a/library/core/src/char/convert.rs
+++ b/library/core/src/char/convert.rs
@@ -6,8 +6,6 @@ use crate::fmt;
 use crate::mem::transmute;
 use crate::str::FromStr;
 
-use super::MAX;
-
 /// Converts a `u32` to a `char`.
 ///
 /// Note that all [`char`]s are valid [`u32`]s, and can be cast to one with