summary refs log tree commit diff
path: root/doc/languages-frameworks
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/languages-frameworks
parent24d3016208bc6140fb416a0c151300b568e48808 (diff)
downloadnixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.tar
nixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.tar.gz
nixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.tar.bz2
nixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.tar.lz
nixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.tar.xz
nixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.tar.zst
nixpkgs-29df3bc24cd80e5a13f866f639e5d7f4c47b643e.zip
doc: fix code formatting
Diffstat (limited to 'doc/languages-frameworks')
-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 020201d0866..7789ef857ee 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":""}