Apply suggestion from Centril
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
parent
1f2fa939a5
commit
d918319bed
|
@ -12,5 +12,5 @@ impl<const C: usize> Const<{C}> {
|
|||
}
|
||||
|
||||
fn main() {
|
||||
Const::<1>::successor();
|
||||
let _x: Const::<2> = Const::<1>::successor();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue