From 280096688bbc1b6c01f11ef934dd18a2addbc6b6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Jul 2020 22:18:20 +0200 Subject: minor --- docs/user/manual.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user') 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 { /// `include_dirs` are included recursively, unless a subdirectory is in `exclude_dirs`. /// /// Different crates can share 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. source?: { -- cgit v1.2.3