File: 01_remove_loom_dependency.diff

package info (click to toggle)
rust-ecow 0.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: makefile: 4
file content (26 lines) | stat: -rw-r--r-- 563 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
25
26
Description: Remove dependency to loom in tests
Forwarded: not-needed
Author: Antonin Delpeuch <antonin@delpeuch.eu>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,10 +45,6 @@ name = "ecow"
 path = "src/lib.rs"
 
 [[test]]
-name = "loom"
-path = "tests/loom.rs"
-
-[[test]]
 name = "tests"
 path = "tests/tests.rs"
 
@@ -60,7 +56,3 @@ path = "tests/ub_guards.rs"
 version = "1.0"
 optional = true
 default-features = false
-
-[target."cfg(loom)".dependencies.loom]
-version = "0.7"
-optional = true