mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
clippy
This commit is contained in:
parent
211a5adcf6
commit
fb799d1d24
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ impl ReplState {
|
|||
};
|
||||
|
||||
if let Some((ident, src)) = pending_past_def {
|
||||
self.add_past_def(ident.to_string(), src.to_string());
|
||||
self.add_past_def(ident, src);
|
||||
}
|
||||
|
||||
format_output(output, problems, opt_var_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue