File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 295
295
296
296
# Flag indicating whether git info will be retrieved from .git automatically.
297
297
# Having the git information can cause a lot of rebuilds during development.
298
- # Note: If this attribute is not explicity set (e.g. if left commented out) it
298
+ # Note: If this attribute is not explicitly set (e.g. if left commented out) it
299
299
# will default to true if channel = "dev", but will default to false otherwise.
300
300
#ignore-git = true
301
301
317
317
# bootstrap)
318
318
#codegen-backends = ["llvm"]
319
319
320
- # Flag indicating whether `libstd` calls an imported function to hande basic IO
321
- # when targetting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
320
+ # Flag indicating whether `libstd` calls an imported function to handle basic IO
321
+ # when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
322
322
# target, as without this option the test output will not be captured.
323
323
#wasm-syscall = false
324
324
349
349
#linker = "cc"
350
350
351
351
# Path to the `llvm-config` binary of the installation of a custom LLVM to link
352
- # against. Note that if this is specifed we don't compile LLVM at all for this
352
+ # against. Note that if this is specified we don't compile LLVM at all for this
353
353
# target.
354
354
#llvm-config = "../path/to/llvm/root/bin/llvm-config"
355
355
You can’t perform that action at this time.
0 commit comments