feat! drop the env logging
modified Cargo.lock
@@ -1090,8 +1090,6 @@ name = "radicle-native-ci"
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified Cargo.toml
@@ -6,8 +6,6 @@ default-run = "radicle-native-ci"
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified src/bin/radicle-native-ci.rs
@@ -17,7 +17,6 @@ use std::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -52,9 +51,6 @@ fn main() {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -99,8 +95,9 @@ fn fallible_main_inner(
|
|
|
|
|
|
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -110,13 +107,12 @@ fn fallible_main_inner(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -128,7 +124,6 @@ fn fallible_main_inner(
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -136,13 +131,11 @@ fn fallible_main_inner(
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -162,7 +155,6 @@ struct Runner<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -178,7 +170,6 @@ impl<'a> Runner<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -200,7 +191,6 @@ impl<'a> Runner<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -208,7 +198,6 @@ impl<'a> Runner<'a> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/config.rs
@@ -1,6 +1,5 @@
|
|
|
|
| - | |
|
|
|
|
|
@@ -28,7 +27,6 @@ impl Config {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/msg.rs
@@ -1,7 +1,5 @@
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -12,7 +10,6 @@ use crate::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/runcmd.rs
@@ -1,16 +1,11 @@
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -18,10 +13,8 @@ pub fn runcmd(run_log: &mut RunLog, argv: &[&str], cwd: &Path) -> Result<(), Run
|
|
|
|
|
|
| - | |
|
|
|
|
| - | |
|
|
|
|
|
modified src/runinfo.rs
@@ -1,6 +1,5 @@
|
|
|
|
| - | |
|
|
|
|
|
@@ -42,7 +41,6 @@ impl RunInfo {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified src/runspec.rs
@@ -1,6 +1,5 @@
|
|
|
|
| - | |
|
|
|
|
|
@@ -18,12 +17,10 @@ pub struct RunSpec {
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|