1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Import Ordering

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

View File

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