mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
minor
This commit is contained in:
parent
75e67ee74e
commit
280096688b
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ interface Crate {
|
||||||
/// `include_dirs` are included recursively, unless a subdirectory is in `exclude_dirs`.
|
/// `include_dirs` are included recursively, unless a subdirectory is in `exclude_dirs`.
|
||||||
///
|
///
|
||||||
/// Different crates can share the same `source`.
|
/// Different crates can share the same `source`.
|
||||||
|
///
|
||||||
/// If two crates share an `.rs` file in common, they *must* have the same `source`.
|
/// If two crates share an `.rs` file in common, they *must* have the same `source`.
|
||||||
/// rust-analyzer assumes that files from one source can't refer to files in another source.
|
/// rust-analyzer assumes that files from one source can't refer to files in another source.
|
||||||
source?: {
|
source?: {
|
||||||
|
|
Loading…
Reference in a new issue