Skip to content

Commit 47976ca

Browse files
committed
Import Ordering
1 parent f1abd85 commit 47976ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solutions/13_error_handling/errors4.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
use std::cmp::Ordering;
2+
13
#[derive(PartialEq, Debug)]
24
enum CreationError {
35
Negative,

0 commit comments

Comments
 (0)