Commit 9372539
committed
refactor(context): clearer fetch_context exhaustiveness; drop no-op mkdir
Replace unreachable Err arms with explicit panic message if fetch_context
ever returns a non-404 error. Remove create_dir_all on pull (path is always
cwd + single filename segment).1 parent 773fdf3 commit 9372539
1 file changed
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | 218 | | |
226 | 219 | | |
227 | 220 | | |
| |||
0 commit comments