mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
do what clippy wants
This commit is contained in:
parent
a5cf0fc505
commit
2baf8f1b49
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fn can_annotation_help(
|
|||
annotation: &crate::parse::ast::TypeAnnotation,
|
||||
var_store: &VarStore,
|
||||
rigids: &mut ImMap<Lowercase, Variable>,
|
||||
) -> (crate::types::Type) {
|
||||
) -> crate::types::Type {
|
||||
use crate::parse::ast::TypeAnnotation::*;
|
||||
|
||||
match annotation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue