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 ee65416 commit d3b49c2Copy full SHA for d3b49c2
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