mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fix warnings in tools
This commit is contained in:
parent
c78b4e62f2
commit
e2580219c8
|
@ -179,7 +179,7 @@ fn update_changelog(root_directory: &Path, new_version: &Version) -> Result<Stri
|
|||
1,
|
||||
);
|
||||
|
||||
std::fs::write(&changelog_file, &changelog_content)
|
||||
std::fs::write(&changelog_file, changelog_content)
|
||||
.map_err(|_| Error::FailedToWriteChangelog)?;
|
||||
|
||||
Ok(change_content)
|
||||
|
|
Loading…
Reference in a new issue