Skip to content

Commit

Permalink
warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Nov 6, 2023
1 parent 9cd09c3 commit 9ff1e7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/libs/core/src/strings/literals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ macro_rules! h {
}};
}

pub use h;
pub use s;
pub use w;

#[doc(hidden)]
pub const fn decode_utf8_char(bytes: &[u8], mut pos: usize) -> Option<(u32, usize)> {
if bytes.len() == pos {
Expand Down

0 comments on commit 9ff1e7b

Please sign in to comment.