mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-19 23:18:10 -07:00
computer: remove the need for &mut vecs
This commit is contained in:
@@ -31,7 +31,7 @@ pub fn main() -> color_eyre::Result<()> {
|
||||
// dbg!(t);
|
||||
// });
|
||||
(0..2).for_each(|i| {
|
||||
dbg!(height_to_timestamp_iter.get(i));
|
||||
dbg!(height_to_timestamp_iter.get_(i));
|
||||
});
|
||||
// for_each(|t| {
|
||||
// dbg!(t);
|
||||
|
||||
Reference in New Issue
Block a user