Skip to content

Commit 135b85f

Browse files
Update src/config.jl
1 parent 7e6ce13 commit 135b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ instead of the full type, which makes stacktraces / types easier to
3232
read while still providing good resilience to perturbation confusion.
3333
struct SmallTag{H}
3434
end
35-
35+
"""
3636
@generated function tagcount(::Type{SmallTag{H}}) where {H}
3737
:($(Threads.atomic_add!(TAGCOUNT, UInt(1))))
3838
end

0 commit comments

Comments
 (0)