mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Auto merge of #12354 - domenicquirl:reload-docs-typo, r=domenicquirl
Fix typo in new `reload.rs` docs Just skimmed today's changelog and came across the repetition
This commit is contained in:
commit
c626034f11
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
//! not instantaneous -- it takes time to run `cargo metadata` and (for proc
|
//! not instantaneous -- it takes time to run `cargo metadata` and (for proc
|
||||||
//! macros) `cargo check`.
|
//! macros) `cargo check`.
|
||||||
//!
|
//!
|
||||||
//! The main guiding principle here is, as elsewhere in rust-analyzer, is
|
//! The main guiding principle here is, as elsewhere in rust-analyzer,
|
||||||
//! robustness. We try not to assume that the project model exists or is
|
//! robustness. We try not to assume that the project model exists or is
|
||||||
//! correct. Instead, we try to provide a best-effort service. Even if the
|
//! correct. Instead, we try to provide a best-effort service. Even if the
|
||||||
//! project is currently loading and we don't have a full project model, we
|
//! project is currently loading and we don't have a full project model, we
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue