File: disable-examples.patch

package info (click to toggle)
rust-vec-collections 0.4.3-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,088 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Author: Fabian Grünbichler <git@fabian.gruenbichler.email>
Date:   Sun Oct 20 17:39:26 2024 +0200
Description: Remove the examples
Forwarded: not-needed

Index: vec-collections/Cargo.toml
===================================================================
--- vec-collections.orig/Cargo.toml
+++ vec-collections/Cargo.toml
@@ -24,14 +24,6 @@ repository = "https://github.com/rklaehn
 autoexamples = false
 autobenches = false
 
-[[example]]
-name = "radix_db"
-required-features = ["radixtree", "rkyv", "rkyv_validated"]
-
-[[example]]
-name = "radix_tree"
-required-features = ["radixtree", "lazy_radixtree"]
-
 [dependencies.binary-merge]
 version = "0.1"