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 ad41730 commit 7f5951bCopy full SHA for 7f5951b
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
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