mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
minor: correct typos
This commit is contained in:
parent
7219414e81
commit
db9fd370ee
23 changed files with 40 additions and 40 deletions
|
@ -71,7 +71,7 @@ xflags::xflags! {
|
|||
optional --with-deps
|
||||
/// Don't load sysroot crates (`std`, `core` & friends).
|
||||
optional --no-sysroot
|
||||
/// Run cargo metadata on the sysroot to analyze its third-pary dependencies.
|
||||
/// Run cargo metadata on the sysroot to analyze its third-party dependencies.
|
||||
/// Requires --no-sysroot to not be set.
|
||||
optional --query-sysroot-metadata
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue