summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2021-03-19 13:30:28 +0100
committerKatharina Fey <kookie@spacekookie.de>2021-03-19 13:37:27 +0100
commit29df3bc24cd80e5a13f866f639e5d7f4c47b643e (patch)
tree6b0b13a166e4242a451346d4acd73edba85f8193 /doc
parent24d3016208bc6140fb416a0c151300b568e48808 (diff)
doc: fix code formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/rust.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/rust.section.md b/doc/languages-frameworks/rust.section.md
index 020201d08665..7789ef857ee5 100644
--- a/doc/languages-frameworks/rust.section.md
+++ b/doc/languages-frameworks/rust.section.md
@@ -146,6 +146,7 @@ where they are known to differ. But there are ways to customize the argument:
rustc.platform = { foo = ""; bar = ""; };
};
}
+ ```
will result in:
```shell
--target /nix/store/asdfasdfsadf-thumb-crazy.json # contains {"foo":"","bar":""}