Skip to content

Commit 8f03924

Browse files
committed
fix rustdoc and core test
1 parent f53b99e commit 8f03924

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/tests/clone.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#[test]
2+
#[cfg_attr(not(bootstrap), allow(suspicious_double_ref_op))]
23
fn test_borrowed_clone() {
34
let x = 5;
45
let y: &i32 = &x;

0 commit comments

Comments
 (0)