Merge pull request #1450 from Neutron3529/patch-2

修正Option的排序
main
Sunface 3 weeks ago committed by GitHub
commit 0fdc6bc85a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,8 +4,8 @@
```rust ```rust
enum Option<T> { enum Option<T> {
Some(T),
None, None,
Some(T),
} }
``` ```

Loading…
Cancel
Save