Remove Target from toolchain file.

Maybe it makes sense to not define the targets
in the file for now if we decide to use it at all -
they could be a lot and hard to maintain?
This commit is contained in:
a-kenji 2021-02-18 12:08:38 +01:00
parent 0e10aa882e
commit dbbb0792c9

View file

@ -5,4 +5,4 @@
# version: "nightly-1.0.0"
channel = "stable"
components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
targets = [ "wasm32-wasi" ]
# targets = [ ]