We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b76fe commit d4c7038Copy full SHA for d4c7038
.gitlab-ci.yml
@@ -78,10 +78,10 @@ fmt:
78
script:
79
- cargo fmt --verbose --all -- --check
80
81
-clippy:
82
- stage: check
83
- <<: *docker-env
84
- script:
+#clippy:
+ #stage: check
+ #<<: *docker-env
+ #script:
85
#- cargo clippy --verbose --all-targets --all-features -- -D warnings;
86
87
#### stage: test (all features)
build.rs
@@ -69,7 +69,6 @@ fn main() {
69
};
70
71
// build the `dylint` library
72
- println!("out_dir: {:?}", out_dir);
73
let dylint_dir = manifest_dir.join("dylint");
74
let manifest_arg = format!(
75
"--manifest-path={}",
0 commit comments