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.
is
reload.rs
1 parent 914ff6a commit f3a5475Copy full SHA for f3a5475
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, 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