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

Commit eacc8fb

Browse files
committed
Disable rustfmt for now
1 parent 7e751ec commit eacc8fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cp -a root-nightly.new root-stable.new
3636
curl -O https://static.rust-lang.org/rustup.sh
3737
for channel in stable beta nightly; do
3838
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
4040
[[ -d root-$channel ]] && mv root-$channel root-${channel}.old
4141
mv root-${channel}.new root-$channel
4242
[[ -d root-${channel}.old ]] && rm -rf root-${channel}.old

static/web.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
3131
Note that MIR is an unstable implementation detail that's subject to change">MIR</button
3232
></div
33-
><wbr><div
33+
><!--<wbr><div
3434
><button type=button id=format title="Automatically visually reformat your code">Format</button
3535
></div
36-
><wbr><div
36+
>--><wbr><div
3737
><button type=button id=share title="Share a link to your code via is.gd">Shorten</button
3838
><button type=button id=gist title="Share a link to your code via Gist">Gist</button
3939
></div

0 commit comments

Comments
 (0)