add note on why its needed

This commit is contained in:
Kevaundray Wedderburn
2025-05-12 13:57:12 +01:00
parent b44c746099
commit cf07118c75

View File

@@ -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)]