Merge pull request from daychongyang/main

fix: code style
pull/774/head
Sunface 3 years ago committed by GitHub
commit 1a620353d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -264,7 +264,7 @@ match some_u8_value {
```rust
let v = Some(3u8);
match v{
match v {
Some(3) => println!("three"),
_ => (),
}

Loading…
Cancel
Save