Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/lib.rs')
| -rw-r--r-- | helix-core/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs index 09865ca4..f21b008a 100644 --- a/helix-core/src/lib.rs +++ b/helix-core/src/lib.rs @@ -67,7 +67,6 @@ pub use smallvec::{smallvec, SmallVec}; pub use syntax::Syntax; pub use completion::CompletionItem; -pub use diagnostic::Diagnostic; pub use line_ending::{LineEnding, NATIVE_LINE_ENDING}; pub use transaction::{Assoc, Change, ChangeSet, Deletion, Operation, Transaction}; |