This repository was archived by the owner on Jun 27, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ cp -a root-nightly.new root-stable.new
36
36
curl -O https://static.rust-lang.org/rustup.sh
37
37
for channel in stable beta nightly; do
38
38
sh rustup.sh --prefix=root-${channel} .new --channel=$channel --yes --disable-sudo
39
- arch-chroot root-$channel .new cargo install -v --root /usr rustfmt
39
+ # arch-chroot root-$channel.new cargo install -v --root /usr rustfmt
40
40
[[ -d root-$channel ]] && mv root-$channel root-${channel} .old
41
41
mv root-${channel} .new root-$channel
42
42
[[ -d root-${channel} .old ]] && rm -rf root-${channel} .old
Original file line number Diff line number Diff line change 30
30
31
31
Note that MIR is an unstable implementation detail that's subject to change "> MIR</ button
32
32
> </ div
33
- > < wbr > < div
33
+ > <!--< wbr><div
34
34
><button type=button id=format title="Automatically visually reformat your code">Format</button
35
35
></div
36
- > < wbr > < div
36
+ >--> < wbr > < div
37
37
> < button type =button id =share title ="Share a link to your code via is.gd "> Shorten</ button
38
38
> < button type =button id =gist title ="Share a link to your code via Gist "> Gist</ button
39
39
> </ div
You can’t perform that action at this time.
0 commit comments