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.
1 parent 2b8ca0c commit 2e999f6Copy full SHA for 2e999f6
src/file_assoc.rs
@@ -61,9 +61,9 @@ pub fn uninstall_file_association() -> MainResult<()> {
61
.ignore_missing_and(&mut notify)?;
62
hlcr.delete_subkey(r"RustScript.Ers\shell\open")
63
64
- hlcr.delete_subkey(r#"RustScript.Ers\shell"#)
+ hlcr.delete_subkey(r"RustScript.Ers\shell")
65
66
- hlcr.delete_subkey(r#"RustScript.Ers"#)
+ hlcr.delete_subkey(r"RustScript.Ers")
67
68
}
69
0 commit comments