Skip to content

Commit ba5b980

Browse files
committed
removed the contains feature from library/core/Cargo.toml
1 parent 2a32a8c commit ba5b980

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ optimize_for_size = []
3636
# Make `RefCell` store additional debugging information, which is printed out when
3737
# a borrow error occurs
3838
debug_refcell = []
39-
# Adds a function to check if an element is contained in an iterator
40-
contains = []
4139

4240
[lints.rust.unexpected_cfgs]
4341
level = "warn"

0 commit comments

Comments
 (0)