Commit c013fbf
rm: Remove unused import and improve code readability
- Eliminated unnecessary `PathBuf` import in `features/fsext.rs`.
- Replaced `unwrap_or(PathBuf::new())` with the more idiomatic `unwrap_or_default()`.1 parent 83c3888 commit c013fbf
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
265 | 262 | | |
266 | 263 | | |
267 | 264 | | |
268 | | - | |
| 265 | + | |
269 | 266 | | |
270 | 267 | | |
271 | 268 | | |
| |||
0 commit comments