Restore "Avoid buffering line content to compute indent guides" (#15284)

Fixes https://github.com/zed-industries/zed/issues/15218
Reverts zed-industries/zed#15282

Release Notes:

- N/A

---------

Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2024-07-28 10:52:39 +02:00 committed by GitHub
parent fee49fcf65
commit e0fe7f632c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 427 additions and 48 deletions

2
Cargo.lock generated
View file

@ -8928,6 +8928,8 @@ version = "0.1.0"
dependencies = [
"arrayvec",
"criterion",
"ctor",
"env_logger",
"gpui",
"log",
"rand 0.8.5",