This commit is contained in:
Junkui Zhang 2025-07-22 22:37:19 +08:00
parent 2744e6cb65
commit b54eaecbbc

View file

@ -447,7 +447,6 @@ mod windows {
const_definition.replace('{', "[").replace('}', "]")
);
let mut options = fs::OpenOptions::new()
.write(true)
.create(true)
.append(true)
.open(output_path)