mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Remove allow_dead_code as it is unecessary now.
This commit is contained in:
@@ -553,8 +553,7 @@ macro_rules! multi_args_frozenset {
|
||||
|
||||
#[pyimpl(flags(BASETYPE), with(Hashable, Comparable, Iterable))]
|
||||
impl PyFrozenSet {
|
||||
// used by ssl.rs windows
|
||||
#[allow(dead_code)]
|
||||
// Also used by ssl.rs windows.
|
||||
pub(crate) fn from_iter(
|
||||
vm: &VirtualMachine,
|
||||
it: impl IntoIterator<Item = PyObjectRef>,
|
||||
|
||||
Reference in New Issue
Block a user