Skip to content

Commit c626034

Browse files
committed
Auto merge of rust-lang#12354 - domenicquirl:reload-docs-typo, r=domenicquirl
Fix typo in new `reload.rs` docs Just skimmed today's changelog and came across the repetition
2 parents e68c9f8 + f3a5475 commit c626034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/reload.rs

+1-1
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 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)