mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 15:19:58 -07:00
global: snapshot
This commit is contained in:
@@ -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)| {
|
||||
|
||||
Reference in New Issue
Block a user