diff --git a/aeron_driver-sys/build.rs b/aeron_driver-sys/build.rs index 778d414..a5c1231 100644 --- a/aeron_driver-sys/build.rs +++ b/aeron_driver-sys/build.rs @@ -55,8 +55,8 @@ pub fn main() { println!("cargo:rustc-link-lib=shell32"); println!("cargo:rustc-link-lib=iphlpapi"); } - }, - _ => () + } + _ => (), }; let cmake_output = Config::new(&aeron_path)