We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo fix
1 parent 65d2559 commit a092effCopy full SHA for a092eff
1 file changed
crates/pet-windows-registry/src/lib.rs
@@ -28,7 +28,7 @@ impl WindowsRegistry {
28
}
29
#[cfg(windows)]
30
fn find_with_cache(&self) -> Option<LocatorResult> {
31
- let mut envs = self.environments.read().unwrap();
+ let envs = self.environments.read().unwrap();
32
if let Some(environments) = envs.as_ref() {
33
Some(LocatorResult {
34
managers: vec![],
0 commit comments