We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91bf9c commit 3a56cd8Copy full SHA for 3a56cd8
ctest-test/src/bin/t1_cxx.rs
@@ -1,4 +1,4 @@
1
-#![cfg(not(test))]
+git #![cfg(not(test))]
2
3
cfg_if::cfg_if! {
4
if #[cfg(has_cxx)] {
ctest-test/src/lib.rs
@@ -1,2 +1,5 @@
+// src/** is mostly dummy files
+#![allow(clippy::style, clippy::correctness)]
+
pub mod t1;
5
pub mod t2;
ctest-test/src/t1.rs
@@ -87,7 +87,6 @@ extern "C" {
87
pub static T1static: c_uint;
88
}
89
90
-#[expect(clippy::eq_op)]
91
pub fn foo() {
92
assert_eq!(1, 1);
93
0 commit comments