mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Clippy
This commit is contained in:
parent
cd64134b0a
commit
535eb80dfb
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ fn write_content<'a>(
|
|||
debug_assert!(env.debug.print_lambda_sets);
|
||||
|
||||
// Easy mode 🤠
|
||||
buf.push_str("?")
|
||||
buf.push('?');
|
||||
}
|
||||
RangedNumber(range) => {
|
||||
buf.push_str("Range(");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue