We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa300a commit 46a1659Copy full SHA for 46a1659
CONTRIBUTING.md
@@ -9,3 +9,9 @@ Here is what I run:
9
10
$ node_modules/.bin/gitbook build && rm -rf gitbook styles && mv _book/* .
11
-->
12
+
13
+If your contribution touches example code inside a <code>```rust</code> code
14
+block which has a `!PLAYGROUND` on the previous line, the hash on that line
15
+needs to be updated by pasting the new code into play.rust-lang.org, clicking
16
+Share, and grabbing the new hash from the generated "Permalink to the
17
+playground" link.
0 commit comments