File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 104
104
105
105
scenario "loading without code or an edition" do
106
106
visit '/'
107
- expect ( page ) . to have_edition ( '2018 ' )
107
+ expect ( page ) . to have_edition ( '2021 ' )
108
108
end
109
109
110
110
def editor
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const DEFAULT: State = {
42
42
primaryAction : PrimaryActionAuto . Auto ,
43
43
channel : Channel . Stable ,
44
44
mode : Mode . Debug ,
45
- edition : Edition . Rust2018 ,
45
+ edition : Edition . Rust2021 ,
46
46
backtrace : Backtrace . Disabled ,
47
47
} ;
48
48
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export const getChannelLabel = (state: State) => {
122
122
123
123
export const isEditionDefault = createSelector (
124
124
editionSelector ,
125
- edition => edition == Edition . Rust2018 ,
125
+ edition => edition == Edition . Rust2021 ,
126
126
) ;
127
127
128
128
export const getBacktraceSet = ( state : State ) => (
You can’t perform that action at this time.
0 commit comments