chore: Fix clippy lints (#950)

This commit is contained in:
tottoto
2022-03-31 13:42:00 -04:00
committed by GitHub
parent 619654e3e6
commit 9dab8be5fc
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -388,7 +388,7 @@ impl Builder {
PathBuf::from(std::env::var("OUT_DIR").unwrap())
};
config.out_dir(out_dir.clone());
config.out_dir(out_dir);
if let Some(path) = self.file_descriptor_set_path.as_ref() {
config.file_descriptor_set_path(path);
}