Add docs for buffer.rs

Co-authored-by: Antonio <antonio@zed.dev>
This commit is contained in:
Max Brunsfeld 2024-01-17 10:08:42 -08:00
parent ebe2c3658c
commit 6457ccf9ec
6 changed files with 194 additions and 39 deletions

View file

@ -1471,7 +1471,10 @@ message Diagnostic {
optional string code = 6;
uint64 group_id = 7;
bool is_primary = 8;
// TODO: remove this field
bool is_valid = 9;
bool is_disk_based = 10;
bool is_unnecessary = 11;