Skip to content

Commit 4e4ec4c

Browse files
committed
Revert accidental change to build.rs
1 parent beb3c23 commit 4e4ec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druid/examples/wasm/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn main() -> Result<()> {
107107
}
108108

109109
// Write out the contents of the examples.rs module.
110-
//fs::write(src_dir.join("examples.rs"), example_rs)?;
110+
fs::write(src_dir.join("examples.rs"), example_rs)?;
111111

112112
Ok(())
113113
}

0 commit comments

Comments
 (0)