You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: STYLE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Rust examples are tested via rustdoc, and should include the appropriate annotat
47
47
*`compile_fail` — The example is expected to fail to compile.
48
48
*`ignore` — The example shouldn't be built or tested.
49
49
This should be avoided if possible.
50
-
Usually this is only necessary when the testing framework does not support it (such as external crates or modules, or a proc-macro), or it contains psuedo-code which is not valid Rust.
50
+
Usually this is only necessary when the testing framework does not support it (such as external crates or modules, or a proc-macro), or it contains pseudo-code which is not valid Rust.
51
51
An HTML comment such as `<!-- ignore: requires extern crate -->` should be placed before the example to explain why it is ignored.
0 commit comments