Unnamed repository; edit this file 'description' to name the repository.
Keep the other `is` in `reload.rs` docs
| -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 6f6ce29f96..efa9afcbb4 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, 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 //! 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 |