Skip to content

Commit

Permalink
MSRV fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxxyz committed Nov 26, 2023
1 parent d3c7643 commit 43d0dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ fn first_utf16_codepoint(units: &[u16]) -> Result<Option<char>, u16> {

#[cfg(test)]
mod tests {
use std::error::Error as _;
use std::error::Error as stdError;

use super::prelude::*;
use super::*;
Expand Down

0 comments on commit 43d0dae

Please sign in to comment.