File: 2003_no_vendor_testsuite.patch

package info (click to toggle)
rust-microformats 0.15.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: javascript: 71; makefile: 26; sh: 1
file content (16 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid undistributable vendor testsuite
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-04-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/library/src/parse/mod.rs
+++ b/library/src/parse/mod.rs
@@ -9,7 +9,6 @@
 
 mod element;
 mod property;
-mod test;
 mod value_class;
 
 #[derive(thiserror::Error, Debug, PartialEq, Eq)]