global: snapshot

This commit is contained in:
nym21
2025-04-04 18:31:10 +02:00
parent 9f16379b41
commit 0767b3156d
9 changed files with 71 additions and 16 deletions

View File

@@ -31,7 +31,12 @@ impl DTS for Query<'static> {
let indexes = Index::all();
let mut contents = indexes
let mut contents = "//
// File auto-generated, any modification will be overwritten
//\n\n"
.to_string();
contents += &indexes
.iter()
.enumerate()
.map(|(i_of_i, i)| {