We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2b831 commit faebc27Copy full SHA for faebc27
1 file changed
mix/for_dialyzer.ex
@@ -1,4 +1,6 @@
1
defmodule ForDialyzer do
2
+ @moduledoc false
3
+
4
# Juse to exorcise dialyzer errors. This module is not included
5
# in the library published to hex.pm.
6
@@ -43,4 +45,4 @@ defmodule ForDialyzer do
43
45
small_kip = Image.open!("./test/support/images/Kip_small.jpg")
44
46
_ = Image.k_means(small_kip)
47
end
-end
48
+end
0 commit comments