Skip to content

Commit 5a0419b

Browse files
authored
fix docs: Remove note on stdlib Test requirement (#167)
This was leftover from when it was a Test extension
1 parent 702ce52 commit 5a0419b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/test_explicit_imports.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,6 @@ passed to `\$x` to specify the keyword arguments for `check_\$x`.
168168
The keyword argument `ignore` provides a top-level ignore list that is merged
169169
into any per-check ignore list. This can be used to ignore a list of submodules in all checks.
170170
171-
!!! note
172-
The function requires the stdlib Test to be loaded (e.g. `using Test`).
173-
174171
# Keyword Arguments
175172
176173
- `no_implicit_imports=true`

0 commit comments

Comments
 (0)