File: 2003_no_net.patch

package info (click to toggle)
rust-indieweb 0.4.5-8
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,148 kB
  • sloc: makefile: 12; sh: 1
file content (17 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
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;