diff options
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index 4b31145de..cfc0ad81c 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -300,7 +300,7 @@ interface Crate { | |||
300 | /// `include_dirs` are included recursively, unless a subdirectory is in `exclude_dirs`. | 300 | /// `include_dirs` are included recursively, unless a subdirectory is in `exclude_dirs`. |
301 | /// | 301 | /// |
302 | /// Different crates can share the same `source`. | 302 | /// Different crates can share the same `source`. |
303 | 303 | /// | |
304 | /// If two crates share an `.rs` file in common, they *must* have the same `source`. | 304 | /// If two crates share an `.rs` file in common, they *must* have the same `source`. |
305 | /// rust-analyzer assumes that files from one source can't refer to files in another source. | 305 | /// rust-analyzer assumes that files from one source can't refer to files in another source. |
306 | source?: { | 306 | source?: { |