build(deps-dev): bump ex_doc from 0.36.1 to 0.37.0 #1536
Annotations
8 warnings
Run mix run examples/linear_regression.exs
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run mix compile --warnings-as-errors
unused return value of `Result::<T, E>::is_ok` that must be used
|
Run mix compile --warnings-as-errors
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
Run mix test
unused return value of `Result::<T, E>::is_ok` that must be used
|
Run mix test
non-local `impl` definition, `impl` blocks should be written at the same level as their item
|
Run mix test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run mix run examples/image_classification.exs
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Run mix run examples/text_classification.exs
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|
Loading