Skip to content

Commit

Permalink
Remove redundant clone (clippy)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scotsguy committed Dec 30, 2019
1 parent f74937b commit 866b66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fn buildsystem_forge(log: &str) -> Option<(&str, String)> {

Some(("‼", format!(
"You're trying to use Forge for Minecraft version {}. This is not supported by MultiMC. For more information, please see [this link.](https://multimc.org/posts/forge-114.html)",
mc_version).to_string()
mc_version)
))
} else {
None
Expand Down

0 comments on commit 866b66f

Please sign in to comment.