File: disable-xshell.diff

package info (click to toggle)
rust-is-debug 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: makefile: 4
file content (23 lines) | stat: -rw-r--r-- 411 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,5 +42,2 @@
 
-[dev-dependencies.xshell]
-version = "0.2.7"
-
 [features]
--- a/lib.rs
+++ b/lib.rs
@@ -38,6 +38,7 @@ pub const fn is_release() -> bool {
     matches!(build_channel(), BuildModel::Release)
 }
 
+/*
 #[cfg(test)]
 mod tests {
     use xshell::{cmd, Shell};
@@ -80,3 +81,4 @@ fn main() {
         cmd!(sh, "rm -rf ../{repo}").run().unwrap();
     }
 }
+*/