Satisfy the untiring tidy
This commit is contained in:
parent
78d48867da
commit
13a55e8801
2 changed files with 2 additions and 2 deletions
|
|
@ -40,4 +40,4 @@ fn main() {
|
|||
println!("{:x}", foo::<u32>() as *const usize as usize);
|
||||
println!("{:x}", foo::<()>());
|
||||
println!("{:x}", foo::<u32>());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ fn foo<T>(_: T) -> &'static u8 {
|
|||
|
||||
fn main() {
|
||||
foo(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue