mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Clippy
This commit is contained in:
parent
36d4d37e18
commit
511572f7a5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ fn round_trip_once(input: Input<'_>, options: Options) -> Option<String> {
|
|||
if options.minimize_full_error {
|
||||
return Some(format!("Reparse failed: {:?}", e.normalize(&arena)));
|
||||
} else {
|
||||
return Some(format!("Reparse failed"));
|
||||
return Some("Reparse failed".to_string());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue