mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Fix cli clippy lints (#681)
The second in a series of PRs that aim to get CI passing
This commit is contained in:
@@ -24,7 +24,7 @@ impl FmtProjectCommand {
|
||||
let serialized = serde_json::to_string_pretty(&project)
|
||||
.context("could not re-encode project file as JSON")?;
|
||||
|
||||
fs_err::write(&project.file_location, &serialized)
|
||||
fs_err::write(&project.file_location, serialized)
|
||||
.context("could not write back to project file")?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user