Commit 89ce4ca
committed
style(Echo): Move imports to top of build.rs and add allow attribute
Reorganize the build.rs script to follow Rust conventions by placing
the `use serde::Deserialize` import at the top of the file rather than
at the bottom. Add the `#![allow(non_snake_case)]` attribute to suppress
lints for potential non-snake_case naming patterns in future code, and
remove trailing whitespace.1 parent 7fa34c5 commit 89ce4ca
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | | - | |
23 | | - | |
| |||
0 commit comments