mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
build.rs: unwrap result
This commit is contained in:
parent
782c709f59
commit
1909a106ab
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
@ -18,7 +18,7 @@ fn main() {
|
|||
|
||||
macro_rules! generate {
|
||||
($($g:ident),*) => {
|
||||
$(generate_to::<generators::$g, _, _>(app, "mmtc", out);)*
|
||||
$(generate_to::<generators::$g, _, _>(app, "mmtc", out).unwrap();)*
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue