File: disable-device-test.patch

package info (click to toggle)
rust-evdev 0.13.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 540 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: evdev/Cargo.toml
===================================================================
--- evdev.orig/Cargo.toml
+++ evdev/Cargo.toml
@@ -35,7 +35,6 @@ rustdoc-args = [
 ]
 
 [features]
-device-test = []
 serde = ["dep:serde"]
 stream-trait = [
     "tokio",