Skip to content

Commit ffa5d76

Browse files
committed
core: Only warn about implicitly copying vecs
1 parent 117aa8c commit ffa5d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Don't link to core. We are core.
3232
#[no_core];
3333

34-
#[deny(vecs_implicitly_copyable)];
34+
#[warn(vecs_implicitly_copyable)];
3535
// XXX: Switch to deny after snapshot
3636
#[warn(non_camel_case_types)];
3737

0 commit comments

Comments
 (0)