Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Feb 18, 2022
1 parent 0f14bea commit 7c3ebec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/core/src/char/convert.rs
Expand Up @@ -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
Expand Down

0 comments on commit 7c3ebec

Please sign in to comment.