Skip to content

Commit

Permalink
chore: add missed trait
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyboyQCD committed Sep 30, 2024
1 parent 2797edb commit 5e91c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/string/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::hash::{BuildHasher, BuildHasherDefault, Hash};

use crate::{
CommonJsStringBuilder, JsStr, JsString, Latin1StringBuilder, StaticJsString, StaticJsStrings,
Utf16StringBuilder,
ToStringEscaped, Utf16StringBuilder,
};

use rustc_hash::FxHasher;
Expand Down

0 comments on commit 5e91c0b

Please sign in to comment.