do what clippy wants

This commit is contained in:
Folkert 2019-12-19 23:41:55 +01:00
parent a5cf0fc505
commit 2baf8f1b49

View file

@ -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 {