Description: avoid network-requiring doctest
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,7 +12,7 @@
 //!
 //! Connect to an HTTP website, make a GET request, and pipe the response to the standard output:
 //!
-//! ```
+//! ```no_run
 //! use smol::{io, net, prelude::*, Unblock};
 //!
 //! fn main() -> io::Result<()> {
