Skip to content

Commit

Permalink
Add Debug derive to TestEnvScope
Browse files Browse the repository at this point in the history
  • Loading branch information
guenhter committed Aug 22, 2024
1 parent 8d28a9b commit e5784c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temp_env_vars_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ use std::{
#[doc(hidden)]
pub static TEMP_ENV_VAR_MACRO_MUTEX: LazyLock<Arc<Mutex<()>>> = LazyLock::new(Arc::default);

#[derive(Debug)]
pub struct TestEnvScope {
original_vars: HashMap<String, String>,
}
Expand Down

0 comments on commit e5784c1

Please sign in to comment.