global: snapshot

This commit is contained in:
nym21
2025-05-18 17:28:09 +02:00
parent c2a77072d2
commit 411c5e4c4d
27 changed files with 378 additions and 329 deletions

View File

@@ -357,7 +357,7 @@ where
}
#[inline]
fn index_type_to_string(&self) -> &str {
fn index_type_to_string(&self) -> String {
I::to_string()
}
}