Credo warning fast fixes (disable module docs)

This commit is contained in:
2024-03-07 18:39:33 -05:00
parent 1a9d6758fd
commit 390036bafb
9 changed files with 36 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
defmodule IbanEx.Serialize do
@moduledoc false
alias IbanEx.{Iban, Formatter}
@spec to_string(Iban.t()) :: String.t()