Skip to content

Commit 394cc58

Browse files
committed
fix tidy link
1 parent c3cf598 commit 394cc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/coretests/tests/mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use core::mem::*;
22
use core::{array, ptr};
3+
use std::cell::Cell;
34
#[cfg(panic = "unwind")]
45
use std::rc::Rc;
5-
use std::cell::Cell;
66

77
#[test]
88
fn size_of_basic() {

0 commit comments

Comments
 (0)