Update inquire.rs

This commit is contained in:
Shunsuke Shibayama 2024-09-15 14:37:55 +09:00
parent d87c5d552c
commit 46c349d25d

View file

@ -1971,7 +1971,7 @@ impl Context {
namespace, namespace,
) )
} }
Type::Failure => Ok(SubstituteResult::Ok), Type::Failure | Type::Never => Ok(SubstituteResult::Ok),
_ => self.substitute_dunder_call( _ => self.substitute_dunder_call(
obj, obj,
attr_name, attr_name,