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 63885f7 commit 089da06Copy full SHA for 089da06
src/doc/rustdoc/src/documentation-tests.md
@@ -171,8 +171,9 @@ explanation.
171
172
## Using `?` in doc tests
173
174
-A complete error handling is often not useful in your example, as it would add
175
-significant amounts of boilerplate code. Instead, you may want the following:
+When writing an example, it is rarely useful to include a complete error
+handling, as it would add significant amounts of boilerplate code. Instead, you
176
+may want the following:
177
178
```ignore
179
/// ```
0 commit comments