mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-28 17:03:44 +00:00
ast::HasClause -> ast::ImplementsClause
This commit is contained in:
parent
64c34a5c6d
commit
ebbdae6c28
6 changed files with 19 additions and 19 deletions
|
@ -553,7 +553,7 @@ fn ability_member_type_to_docs(
|
|||
let has_clauses = has_clauses
|
||||
.iter()
|
||||
.map(|hc| {
|
||||
let ast::HasClause { var, abilities } = hc.value;
|
||||
let ast::ImplementsClause { var, abilities } = hc.value;
|
||||
(
|
||||
var.value.extract_spaces().item.to_string(),
|
||||
abilities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue