Skip to content

Commit 50b2f06

Browse files
Update config.jl
1 parent 135b85f commit 50b2f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ end
3030
SmallTag is similar to a Tag, but carries just a small UInt64 hash,
3131
instead of the full type, which makes stacktraces / types easier to
3232
read while still providing good resilience to perturbation confusion.
33+
"""
3334
struct SmallTag{H}
3435
end
35-
"""
36+
3637
@generated function tagcount(::Type{SmallTag{H}}) where {H}
3738
:($(Threads.atomic_add!(TAGCOUNT, UInt(1))))
3839
end

0 commit comments

Comments
 (0)