Commit deb88c4
authored
Mark code as generated (#771)
Elixir v1.20+ can detect that in some times you are doing
a call to `Map.get(%{}, name)`, which is always `nil`, and
emits a warning. We can skip those warnings by marking
the code as generated.1 parent 5b9f0b7 commit deb88c4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
0 commit comments