We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdc26f commit d8ee074Copy full SHA for d8ee074
src/doc/book/documentation.md
@@ -460,8 +460,9 @@ not actually pass as a test.
460
```
461
462
The `no_run` attribute will compile your code, but not run it. This is
463
-important for examples such as "Here's how to start up a network service,"
464
-which you would want to make sure compile, but might run in an infinite loop!
+important for examples such as "Here's how to retrieve a web page,"
+which you would want to ensure compiles, but might be run in a test
465
+environment that has no network access.
466
467
### Documenting modules
468
0 commit comments