diff options
author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-29 13:36:27 +0900 |
---|---|---|
committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-02-29 13:36:27 +0900 |
commit | 483bb8171fc903b3a27a87b7fdc93797a9809e3f (patch) | |
tree | 4842d6521e47b386b322194e298ddade674ccea3 /ci | |
parent | 92ae2be5115607ed677679af9504f9d5da03c653 (diff) | |
download | rust-libc-483bb8171fc903b3a27a87b7fdc93797a9809e3f.tar.gz |
Replace TODO with FIXME to make grep easy
Diffstat (limited to 'ci')
-rw-r--r-- | ci/emscripten.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/emscripten.sh b/ci/emscripten.sh index acec4ca26f..3c2650c316 100644 --- a/ci/emscripten.sh +++ b/ci/emscripten.sh @@ -30,7 +30,7 @@ exit 1 git clone https://github.com/emscripten-core/emsdk.git /emsdk-portable cd /emsdk-portable -# TODO: switch to an upstream install once +# FIXME: switch to an upstream install once # https://github.com/rust-lang/rust/pull/63649 lands hide_output ./emsdk install 1.38.42 ./emsdk activate 1.38.42 |