File: disable-broken-example.patch

package info (click to toggle)
rust-uom 0.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,368 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: uom/Cargo.toml
===================================================================
--- uom.orig/Cargo.toml
+++ uom/Cargo.toml
@@ -134,14 +134,6 @@ required-features = [
     "si",
 ]
 
-[[example]]
-name = "unit"
-path = "examples/unit.rs"
-required-features = [
-    "f32",
-    "si",
-]
-
 [dependencies.num-bigint]
 version = "0.4"
 features = ["std"]