We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abadeb commit 458d3a8Copy full SHA for 458d3a8
STYLE.md
@@ -41,7 +41,7 @@ See https://highlightjs.org/ for a list of supported languages.
41
42
Rust examples are tested via rustdoc, and should include the appropriate annotations when tests are expected to fail:
43
44
-* `edition2018` — If it is edition-specific.
+* `edition2015` or `edition2018` — If it is edition-specific (see `book.toml` for the default).
45
* `no_run` — The example should compile successfully, but should not be executed.
46
* `should_panic` — The example should compile and run, but produce a panic.
47
* `compile_fail` — The example is expected to fail to compile.
0 commit comments