1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-08-22 17:43:36 -04:00

Import Ordering

This commit is contained in:
mo8it 2024-08-22 14:42:17 +02:00
commit 47976caa69

View file

@ -1,3 +1,5 @@
use std::cmp::Ordering;
#[derive(PartialEq, Debug)]
enum CreationError {
Negative,