We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06febee commit b02aa55Copy full SHA for b02aa55
1 file changed
cargo-dylint/tests/integration/main.rs
@@ -1,12 +1,12 @@
1
#![cfg_attr(dylint_lib = "general", allow(crate_wide_allow))]
2
#![cfg_attr(dylint_lib = "supplementary", allow(nonexistent_path_in_comment))]
3
4
-mod depinfo_dylint_libs;
5
-mod dylint_driver_path;
6
-mod fix;
+// mod depinfo_dylint_libs;
+// mod dylint_driver_path;
+// mod fix;
7
mod library_packages;
8
-mod list;
9
-mod nightly_toolchain;
10
-mod no_deps;
11
-mod package_options;
12
-mod warn;
+// mod list;
+// mod nightly_toolchain;
+// mod no_deps;
+// mod package_options;
+// mod warn;
0 commit comments