X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=848147c2974c1d77bc1a7c7c4e88c6cb7bef9cfe;hb=c4f8fd2bf5b96cef5ea42d833e9caccf002cf5e9;hp=a3ec4f2044cbd720fe469e89d744d0294a6f42cd;hpb=e2b4165a6c2fbab4c1bde97d0c2e47b4602f7bc0;p=rust.git diff --git a/config.toml.example b/config.toml.example index a3ec4f2044c..848147c2974 100644 --- a/config.toml.example +++ b/config.toml.example @@ -184,7 +184,7 @@ # default. #extended = false -# Installs chosen set of extended tools if enables. By default builds all. +# Installs chosen set of extended tools if enabled. By default builds all. # If chosen tool failed to build the installation fails. #tools = ["cargo", "rls", "clippy", "rustfmt", "analysis", "src"] @@ -382,11 +382,6 @@ # This is the name of the directory in which codegen backends will get installed #codegen-backends-dir = "codegen-backends" -# Flag indicating whether `libstd` calls an imported function to handle basic IO -# when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown` -# target, as without this option the test output will not be captured. -#wasm-syscall = false - # Indicates whether LLD will be compiled and made available in the sysroot for # rustc to execute. #lld = false