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

Commit 914ff6a

Browse files
authored
Fix typo in new reload.rs docs
Just skimmed today's changelog and came across the repetition
1 parent e68c9f8 commit 914ff6a

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 is, as elsewhere in rust-analyzer, is
10+
//! The main guiding principle here, as elsewhere in rust-analyzer, is
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)