Whitespace fix.

This commit is contained in:
Isis Lovecruft 2017-02-21 20:59:04 +00:00
parent a6850f8e82
commit 1dac334b84
Failed to extract signature

View file

@ -35,7 +35,7 @@ lto = false # controls `-C lto` for binaries and staticlibs
debug-assertions = true # controls whether debug assertions are enabled
codegen-units = 1 # controls whether the compiler passes `-C codegen-units`
# `codegen-units` is ignored when `lto = true`
panic = 'unwind' # panic strategy (`-C panic=...`), can also be 'abort'
panic = 'unwind' # panic strategy (`-C panic=...`), can also be 'abort'
# The release profile, used for `cargo build --release`.
[profile.release]