From 29df3bc24cd80e5a13f866f639e5d7f4c47b643e Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Fri, 19 Mar 2021 13:30:28 +0100 Subject: [PATCH] doc: fix code formatting --- doc/languages-frameworks/rust.section.md | 1 + 1 file changed, 1 insertion(+) 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":""}