Commit c0345f8
committed
Use relative import paths rather than absolute
When doing large refactorings such as moving entire modules around
referring to items defined in a parent module by mentioning `crate` is
umbersome since the paths change and make the move confusing. It also
obscures the fact that some concepts are related.
This changes a few paths to relative so that the refactoring in the
future will be easier.1 parent ad40e69 commit c0345f8
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments