Skip to content

Commit 616a43c

Browse files
committed
fmt
1 parent f66c823 commit 616a43c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

library/core/src/char/mod.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ mod convert;
2424
mod decode;
2525
mod methods;
2626

27+
use safety::requires;
28+
2729
// stable re-exports
2830
#[rustfmt::skip]
2931
#[stable(feature = "try_from", since = "1.34.0")]
@@ -40,8 +42,7 @@ pub use self::methods::encode_utf16_raw; // perma-unstable
4042
#[unstable(feature = "char_internals", reason = "exposed only for libstd", issue = "none")]
4143
pub use self::methods::{encode_utf8_raw, encode_utf8_raw_unchecked}; // perma-unstable
4244

43-
use safety::requires;
44-
45+
#[rustfmt::skip]
4546
use crate::ascii;
4647
pub(crate) use self::methods::EscapeDebugExtArgs;
4748
use crate::error::Error;

0 commit comments

Comments
 (0)