Commit 250b48a
Update
ExDoc main emitted these warnings on Elixir main:
```
warning: documentation references module "Mix.Config" but it is hidden
│
49 │ `Mix.Config`, which was specific to Mix and has been deprecated.
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
│
└─ lib/elixir/lib/config.ex:49: Config (module)
warning: documentation references module "Mix.Config" but it is hidden
│
51 │ You can leverage `Config` instead of `Mix.Config` in three steps. The first
│ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
│
└─ lib/elixir/lib/config.ex:51: Config (module)
```Mix.Config mentions (#13115)1 parent 0a9ee79 commit 250b48a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments