Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Remove trailing whitespace in test #34

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parser/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ type X[T: int, *Ts, **P] = (T, Ts, P)
type X[T: (int, str), *Ts, **P] = (T, Ts, P)

# soft keyword as alias name
type type = int
type type = int
type match = int
type case = int

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.