Merge pull request #80 from dmitris/toml-space
minor space fix for VSCode toml formattingpull/81/head
commit
6a605e08dd
@ -1,5 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel="nightly"
|
channel = "nightly"
|
||||||
# The source code of rustc, provided by the rust-src component, is needed for
|
# The source code of rustc, provided by the rust-src component, is needed for
|
||||||
# building eBPF programs.
|
# building eBPF programs.
|
||||||
components = [ "rustc", "rust-std", "cargo", "rust-docs", "rustfmt", "clippy", "rust-src" ]
|
components = [ "rustc", "rust-std", "cargo", "rust-docs", "rustfmt", "clippy", "rust-src" ]
|
||||||
|
Loading…
Reference in New Issue