Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9359ea6 + 1b174e2 commit 7c89ffbCopy full SHA for 7c89ffb
src/mixed_script.rs
@@ -5,7 +5,7 @@ use unicode_script::{Script, ScriptExtension};
5
/// An Augmented script set, as defined by UTS 39
6
///
7
/// https://www.unicode.org/reports/tr39/#def-augmented-script-set
8
-#[derive(Copy, Clone, PartialEq, Debug, Hash)]
+#[derive(Copy, Clone, PartialEq, Debug, Hash, Eq)]
9
pub struct AugmentedScriptSet {
10
/// The base ScriptExtension value
11
pub base: ScriptExtension,
0 commit comments