Skip to content

Commit 8bf0b7b

Browse files
committed
Remove node.ptr from show
1 parent 76d62ce commit 8bf0b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ function Base.show(io::IO, node::Node)
303303
else
304304
desc = repr(ntype)
305305
end
306-
@printf(io, "%s(<%s@%p>)", prefix, desc, node.ptr)
306+
@printf(io, "%s(<%s>)", prefix, desc)
307307
end
308308

309309
function Base.print(io::IO, node::Node)

0 commit comments

Comments
 (0)