]> git.lizzy.rs Git - rust.git/commitdiff
minor
authorAleksey Kladov <aleksey.kladov@gmail.com>
Fri, 24 Jul 2020 20:18:20 +0000 (22:18 +0200)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Fri, 24 Jul 2020 20:18:26 +0000 (22:18 +0200)
docs/user/manual.adoc

index 4b31145deb36076dd7503cdbcdb4db4e85d64a01..cfc0ad81cf1c6a361becb5af29b377963e9eaee5 100644 (file)
@@ -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?: {