We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e68c9f8 + f3a5475 commit c626034Copy full SHA for c626034
crates/rust-analyzer/src/reload.rs
@@ -7,7 +7,7 @@
7
//! not instantaneous -- it takes time to run `cargo metadata` and (for proc
8
//! macros) `cargo check`.
9
//!
10
-//! The main guiding principle here is, as elsewhere in rust-analyzer, is
+//! The main guiding principle here is, as elsewhere in rust-analyzer,
11
//! robustness. We try not to assume that the project model exists or is
12
//! correct. Instead, we try to provide a best-effort service. Even if the
13
//! project is currently loading and we don't have a full project model, we
0 commit comments