mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 05:08:52 +00:00
internal: start ide diagnostics crate
This commit is contained in:
parent
db910e1573
commit
3d2f0400a2
3 changed files with 16 additions and 0 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -668,6 +668,10 @@ dependencies = [
|
|||
"text_edit",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ide_diagnostics"
|
||||
version = "0.0.0"
|
||||
|
||||
[[package]]
|
||||
name = "ide_ssr"
|
||||
version = "0.0.0"
|
||||
|
|
12
crates/ide_diagnostics/Cargo.toml
Normal file
12
crates/ide_diagnostics/Cargo.toml
Normal file
|
@ -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]
|
0
crates/ide_diagnostics/src/lib.rs
Normal file
0
crates/ide_diagnostics/src/lib.rs
Normal file
Loading…
Reference in a new issue