Skip to content

Commit c41ddf7

Browse files
committed
Parse Rust 2021 when provided as a query parameter
1 parent 4f97659 commit c41ddf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/frontend/actions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ function parseEdition(s: string): Edition | null {
746746
return Edition.Rust2015;
747747
case '2018':
748748
return Edition.Rust2018;
749+
case '2021':
750+
return Edition.Rust2021;
749751
default:
750752
return null;
751753
}

0 commit comments

Comments
 (0)