diff options
| author | DQ <DomenicQuirl@pm.me> | 2022-05-23 09:35:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 09:35:32 +0200 |
| commit | 914ff6a395d23c603eb79e0fb976b39f56ad6d30 (patch) | |
| tree | 2962d62898ecf15232d1f3ef33544ac1400f2865 | |
| parent | e68c9f83d8e051c7cef6a40cc204611ea3e52f31 (diff) | |
| download | rust-914ff6a395d23c603eb79e0fb976b39f56ad6d30.tar.gz rust-914ff6a395d23c603eb79e0fb976b39f56ad6d30.zip | |
Fix typo in new `reload.rs` docs
Just skimmed today's changelog and came across the repetition
| -rw-r--r-- | crates/rust-analyzer/src/reload.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/reload.rs b/crates/rust-analyzer/src/reload.rs index d3973fa7abb..6f6ce29f966 100644 --- a/crates/rust-analyzer/src/reload.rs +++ b/crates/rust-analyzer/src/reload.rs @@ -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 |
