mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +00:00
Update assignment 8
This commit is contained in:
@@ -28,7 +28,7 @@ pub enum Either2<T1, T2> {
|
||||
/// The inner value.
|
||||
inner: T1,
|
||||
},
|
||||
/// Case 1.
|
||||
/// Case 2.
|
||||
Case2 {
|
||||
/// The inner value.
|
||||
inner: T2,
|
||||
|
||||
Reference in New Issue
Block a user