Skip to content

Commit d15bcd4

Browse files
committed
Revert accidental change to build.rs
1 parent 32adab1 commit d15bcd4

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)