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 6973452 commit b60e9cdCopy full SHA for b60e9cd
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