chore(build): use .expect

This commit is contained in:
Ryan 2025-03-10 19:00:08 -04:00
parent 18540aa223
commit 31e962fb9f
Signed by: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

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");
} }