Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f3a5475

Browse files
authored
Keep the other is in reload.rs docs
1 parent 914ff6a commit f3a5475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/reload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! not instantaneous -- it takes time to run `cargo metadata` and (for proc
88
//! macros) `cargo check`.
99
//!
10-
//! The main guiding principle here, as elsewhere in rust-analyzer, is
10+
//! The main guiding principle here is, as elsewhere in rust-analyzer,
1111
//! robustness. We try not to assume that the project model exists or is
1212
//! correct. Instead, we try to provide a best-effort service. Even if the
1313
//! project is currently loading and we don't have a full project model, we

0 commit comments

Comments
 (0)