mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
Fix clippy warnings in deltachat-ffi
This commit is contained in:
@@ -30,6 +30,6 @@ fn main() {
|
||||
fs::create_dir_all(target_path.join("pkgconfig")).unwrap();
|
||||
fs::File::create(target_path.join("pkgconfig").join("deltachat.pc"))
|
||||
.unwrap()
|
||||
.write_all(&pkg_config.as_bytes())
|
||||
.write_all(pkg_config.as_bytes())
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user