Fix typo in new reload.rs docs

Just skimmed today's changelog and came across the repetition
This commit is contained in:
DQ 2022-05-23 09:35:32 +02:00 committed by GitHub
parent e68c9f83d8
commit 914ff6a395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
//! not instantaneous -- it takes time to run `cargo metadata` and (for proc
//! macros) `cargo check`.
//!
//! The main guiding principle here is, as elsewhere in rust-analyzer, is
//! The main guiding principle here, as elsewhere in rust-analyzer, 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
//! project is currently loading and we don't have a full project model, we