Skip to content

Commit aa54fc3

Browse files
committed
Patch rustc-literal-escaper std dependencies
1 parent 876f800 commit aa54fc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rustc_literal_escaper.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
77
use crate::num::NonZeroChar;
88
use core::ffi::CStr;
9-
use std::num::NonZeroU8;
10-
use std::ops::Range;
11-
use std::str::Chars;
9+
use core::num::NonZeroU8;
10+
use core::ops::Range;
11+
use core::str::Chars;
1212

1313
/// Errors and warnings that can occur during string, char, and byte unescaping.
1414
///

0 commit comments

Comments
 (0)