We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec55c61 commit 2147a06Copy full SHA for 2147a06
src/doc/rustdoc/src/write-documentation/the-doc-attribute.md
@@ -87,7 +87,9 @@ on your documentation examples make requests to.
87
#![doc(html_playground_url = "https://playground.example.com/")]
88
```
89
90
-Now, when you press "run", the button will make a request to this domain.
+Now, when you press "run", the button will make a request to this domain. The request
91
+URL will contain 2 query parameters: `code` and `edition` for the code in the documentation
92
+and the Rust edition respectively.
93
94
If you don't use this attribute, there will be no run buttons.
95
0 commit comments