Commit be7d3e1
committed
[Rust] Use upper came case for enum options
Fixes this warning:
warning: variant `shipped` should have an upper camel case name
--> reqwest/petstore/src/models/order.rs:53:5
|
53 | shipped,
| ^^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Shipped`
|
= note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default1 parent ea13fed commit be7d3e1
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments