cargo fmt

This commit is contained in:
Nolan Darilek 2020-08-19 21:00:51 -05:00
parent bf348af84f
commit 8b28fed8e5
1 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ fn main() {
.constified_enum_module("SPDSpelling")
.use_core()
.layout_tests(false)
.generate().unwrap()
.generate()
.unwrap()
.write_to_file(Path::new(&out_dir).join("speech_dispatcher_sys.rs"));
}