1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: skip network-requiring tests by default
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-04-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/library/src/standards/webmention/mod.rs
+++ b/library/src/standards/webmention/mod.rs
@@ -9,7 +9,7 @@
///
/// # Examples
///
-/// ```
+/// ```no_run
/// use indieweb::standards::webmention::endpoint_for;
/// use indieweb::http::{Client, reqwest::Client as HttpClient};
/// use url::Url;
|