Add docs for buffer.rs
Co-authored-by: Antonio <antonio@zed.dev>
This commit is contained in:
parent
ebe2c3658c
commit
6457ccf9ec
6 changed files with 194 additions and 39 deletions
|
@ -3912,7 +3912,6 @@ impl Project {
|
|||
message: diagnostic.message.clone(),
|
||||
group_id,
|
||||
is_primary: true,
|
||||
is_valid: true,
|
||||
is_disk_based,
|
||||
is_unnecessary,
|
||||
},
|
||||
|
@ -3930,7 +3929,6 @@ impl Project {
|
|||
message: info.message.clone(),
|
||||
group_id,
|
||||
is_primary: false,
|
||||
is_valid: true,
|
||||
is_disk_based,
|
||||
is_unnecessary: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue