mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Fix typo
This commit is contained in:
parent
5bba438c9c
commit
0a2a50a663
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pub(crate) struct GlobalState {
|
||||||
/// first phase is much faster, and is much less likely to fail.
|
/// first phase is much faster, and is much less likely to fail.
|
||||||
///
|
///
|
||||||
/// This creates a complication -- by the time the second phase completes,
|
/// This creates a complication -- by the time the second phase completes,
|
||||||
/// the results of the fist phase could be invalid. That is, while we run
|
/// the results of the first phase could be invalid. That is, while we run
|
||||||
/// `cargo check`, the user edits `Cargo.toml`, we notice this, and the new
|
/// `cargo check`, the user edits `Cargo.toml`, we notice this, and the new
|
||||||
/// `cargo metadata` completes before `cargo check`.
|
/// `cargo metadata` completes before `cargo check`.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue