From 7c3ebec0caf23a11773c8291005649dd488ca2ee Mon Sep 17 00:00:00 2001 From: Mario Carneiro Date: Thu, 17 Feb 2022 22:14:54 -0800 Subject: [PATCH] fix --- library/core/src/char/convert.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/core/src/char/convert.rs b/library/core/src/char/convert.rs index 56dc2a594e17..139841368d6a 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