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.
1 parent ab369e9 commit 5e6a31cCopy full SHA for 5e6a31c
src/lib.rs
@@ -17,7 +17,7 @@ use std::{borrow::Cow, ops::Deref};
17
18
use inline_array::InlineArray;
19
20
-#[derive(PartialEq, Eq, PartialOrd, Ord)]
+#[derive(PartialEq, Eq, PartialOrd, Ord, Clone)]
21
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
22
pub struct InlineStr {
23
inner: InlineArray,
0 commit comments