aboutsummaryrefslogtreecommitdiff
path: root/docs/user/manual.adoc
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-24 21:18:20 +0100
committerAleksey Kladov <[email protected]>2020-07-24 21:18:26 +0100
commit280096688bbc1b6c01f11ef934dd18a2addbc6b6 (patch)
tree35d2fb378782827ee10fc4a662e2eb00876f5f52 /docs/user/manual.adoc
parent75e67ee74e5d3db5363732bb793b872c57408013 (diff)
minor
Diffstat (limited to 'docs/user/manual.adoc')
-rw-r--r--docs/user/manual.adoc2
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?: {