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 a22691a commit cc67602Copy full SHA for cc67602
src/tools/rust-analyzer/crates/hir/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "hir"
3
version = "0.0.0"
4
repository = "https://github.com/rust-lang/rust-analyzer"
5
-description = "A high-level object oriented access to Rust code."
+description = "A high-level object-oriented access to Rust code."
6
7
authors.workspace = true
8
edition.workspace = true
src/tools/rust-analyzer/crates/hir/src/lib.rs
@@ -1,4 +1,4 @@
1
-//! HIR (previously known as descriptors) provides a high-level object oriented
+//! HIR (previously known as descriptors) provides a high-level object-oriented
//! access to Rust code.
//!
//! The principal difference between HIR and syntax trees is that HIR is bound
0 commit comments