mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
internal: start ide diagnostics crate
This commit is contained in:
Generated
+4
@@ -668,6 +668,10 @@ dependencies = [
|
||||
"text_edit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ide_diagnostics"
|
||||
version = "0.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "ide_ssr"
|
||||
version = "0.0.0"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "ide_diagnostics"
|
||||
version = "0.0.0"
|
||||
description = "TBD"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["rust-analyzer developers"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user