Skip to content

Commit 6d51c7f

Browse files
do not export contains (#233)
1 parent fc1aad9 commit 6d51c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods/geom_relations/contains.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# # Contains
22

3-
export contains
3+
# do not export to avoid conflict with Base.contains
44

55
#=
66
## What is contains?

0 commit comments

Comments
 (0)