Skip to content

Commit 096011c

Browse files
authored
docs(compat): Add missing compat admonition to IdSet docstring (#59290)
1 parent a3d4a0a commit 096011c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/idset.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
In the example below, the values are all `isequal` so they get overwritten in the ordinary `Set`.
1111
The `IdSet` compares by `===` and so preserves the 3 different values.
1212
13+
!!! compat "Julia 1.11"
14+
Exported in Julia 1.11 and later.
15+
1316
# Examples
1417
```jldoctest; filter = r"\\n\\s*(1|1\\.0|true)"
1518
julia> Set(Any[true, 1, 1.0])

0 commit comments

Comments
 (0)