chore(build): use .expect

This commit is contained in:
Ryan 2025-03-10 19:00:08 -04:00
parent a98b6814b1
commit 2932c12468

View File

@ -1,3 +1,3 @@
fn main() { fn main() {
built::write_built_file().unwrap(); built::write_built_file().expect("appropriate environment variables should have been set");
} }