chore(build): use .expect

This commit is contained in:
2025-03-10 19:00:08 -04:00
parent 18540aa223
commit 31e962fb9f

View File

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