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 ac50400 commit 8ac6481Copy full SHA for 8ac6481
library/core/tests/clone.rs
@@ -1,4 +1,4 @@
1
-#![allow(noop_method_call)]
+#![cfg_attr(not(bootstrap), allow(noop_method_call))]
2
3
#[test]
4
fn test_borrowed_clone() {
0 commit comments