We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5951b commit 703127dCopy full SHA for 703127d
crates/ide-db/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "ide-db"
3
version = "0.0.0"
4
repository = "https://github.com/rust-lang/rust-analyzer"
5
-description = "Core data-structure representing IDE state."
+description = "Core data structure representing IDE state."
6
7
authors.workspace = true
8
edition.workspace = true
crates/ide-db/src/lib.rs
@@ -1,4 +1,4 @@
1
-//! This crate defines the core datastructure representing IDE state -- `RootDatabase`.
+//! This crate defines the core data structure representing IDE state -- `RootDatabase`.
//!
//! It is mainly a `HirDatabase` for semantic analysis, plus a `SymbolsDatabase`, for fuzzy search.
0 commit comments