File: remove-benches.patch

package info (click to toggle)
rust-procfs 0.17.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -119,11 +119,6 @@
 name = "shm"
 path = "examples/shm.rs"
 
-[[bench]]
-name = "cpuinfo"
-path = "benches/cpuinfo.rs"
-harness = false
-
 [dependencies.backtrace]
 version = "0.3"
 optional = true