Minor fix
parent
a86b57d85c
commit
f53e191de3
|
@ -137,7 +137,7 @@ impl From<ImmutableString> for ContentIndex {
|
|||
|
||||
impl From<ContentIndex> for ImmutableString {
|
||||
fn from(value: ContentIndex) -> Self {
|
||||
ImmutableString::from(Arc::into_inner(value.0).unwrap())
|
||||
ImmutableString::from(value.0.as_ref().clone())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue