about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Carneiro <di.gama@gmail.com>2022-02-17 22:14:54 -0800
committerGitHub <noreply@github.com>2022-02-17 22:14:54 -0800
commit7c3ebec0caf23a11773c8291005649dd488ca2ee (patch)
tree5c80b6c44353a491b2bd9f684bd488e156112110
parent0f14bea448dfdafccbecbb6302a55191a763562a (diff)
downloadrust-7c3ebec0caf23a11773c8291005649dd488ca2ee.tar.gz
rust-7c3ebec0caf23a11773c8291005649dd488ca2ee.zip
fix
-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