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 104104
105105 scenario "loading without code or an edition" do
106106 visit '/'
107- expect ( page ) . to have_edition ( '2018 ' )
107+ expect ( page ) . to have_edition ( '2021 ' )
108108 end
109109
110110 def editor
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const DEFAULT: State = {
4242 primaryAction : PrimaryActionAuto . Auto ,
4343 channel : Channel . Stable ,
4444 mode : Mode . Debug ,
45- edition : Edition . Rust2018 ,
45+ edition : Edition . Rust2021 ,
4646 backtrace : Backtrace . Disabled ,
4747} ;
4848
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ export const getChannelLabel = (state: State) => {
122122
123123export const isEditionDefault = createSelector (
124124 editionSelector ,
125- edition => edition == Edition . Rust2018 ,
125+ edition => edition == Edition . Rust2021 ,
126126) ;
127127
128128export const getBacktraceSet = ( state : State ) => (
You can’t perform that action at this time.
0 commit comments