Add an integration test for replicating buffer's diagnostics
This commit is contained in:
parent
89392cd23d
commit
a66b81d60a
5 changed files with 116 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
pub use language::{Language, LanguageRegistry};
|
||||
pub use language::{Buffer, Diagnostic, Language, LanguageRegistry, Point};
|
||||
use rust_embed::RustEmbed;
|
||||
use std::borrow::Cow;
|
||||
use std::{str, sync::Arc};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue