Don't wrap on paragraphs

For zed-industries/community#2116
This commit is contained in:
Conrad Irwin 2023-10-05 19:26:22 -06:00
parent 559433bed0
commit 2d99b327fc
5 changed files with 52 additions and 32 deletions

View file

@ -3,4 +3,4 @@ xtask = "run --package xtask --"
[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0"]
rustflags = ["-C", "symbol-mangling-version=v0", "-C", "link-arg=-fuse-ld=/opt/homebrew/Cellar/llvm/16.0.6/bin/ld64.lld"]