cargo fmt
This commit is contained in:
parent
bf348af84f
commit
8b28fed8e5
|
@ -18,6 +18,7 @@ fn main() {
|
||||||
.constified_enum_module("SPDSpelling")
|
.constified_enum_module("SPDSpelling")
|
||||||
.use_core()
|
.use_core()
|
||||||
.layout_tests(false)
|
.layout_tests(false)
|
||||||
.generate().unwrap()
|
.generate()
|
||||||
|
.unwrap()
|
||||||
.write_to_file(Path::new(&out_dir).join("speech_dispatcher_sys.rs"));
|
.write_to_file(Path::new(&out_dir).join("speech_dispatcher_sys.rs"));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user