mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
add note on why its needed
This commit is contained in:
@@ -4,6 +4,9 @@ use std::{
|
||||
path::{Path, PathBuf},
|
||||
};
|
||||
|
||||
// NOTE: We can remove this if we can deterministically always knows where the risc0 artifacts
|
||||
// will be.
|
||||
|
||||
/// RAII guard for backing up a file and ensuring its original state is restored
|
||||
/// when the guard goes out of scope, or that a temporarily created file is deleted.
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user