diff --git a/static/index.html b/static/index.html index b0e0652..4f4b052 100644 --- a/static/index.html +++ b/static/index.html @@ -19,7 +19,7 @@
cargo build --release -Zbuild-std=core
This checks that codegen/linking of core works, but does not check whether std builds.
- + @@ -35,7 +35,7 @@cargo miri setup
This checks that std builds (on targets that have it) but does not check whether codegen/linking works.
- +