Skip to content

Commit 712f950

Browse files
committed
Remove allow_dead_code as it is unecessary now.
1 parent fdc0813 commit 712f950

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vm/src/builtins/set.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,7 @@ macro_rules! multi_args_frozenset {
553553

554554
#[pyimpl(flags(BASETYPE), with(Hashable, Comparable, Iterable))]
555555
impl PyFrozenSet {
556-
// used by ssl.rs windows
557-
#[allow(dead_code)]
556+
// Also used by ssl.rs windows.
558557
pub(crate) fn from_iter(
559558
vm: &VirtualMachine,
560559
it: impl IntoIterator<Item = PyObjectRef>,

0 commit comments

Comments
 (0)