Skip to content

Commit

Permalink
Addressing PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerson2102 committed Nov 13, 2024
1 parent 9feb03c commit d5dbc0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/cairo-lang-semantic/src/inline_macros/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ impl InlineMacroExprPlugin for ArrayMacro {
```
# Notes
- Elements must be of the same type or convertible to a common type.
- Uses `ArrayTrait::new()` to create the array and `ArrayTrait::append()` to add elements.
- Elements are added in the order provided.
"#}
.to_string(),
Expand Down

0 comments on commit d5dbc0d

Please sign in to comment.