We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431f5e5 commit af23cc1Copy full SHA for af23cc1
src/conversions/std/option.rs
@@ -35,7 +35,7 @@ where
35
type Output = Bound<'py, Self::Target>;
36
type Error = <&'a T as IntoPyObject<'py>>::Error;
37
#[cfg(feature = "experimental-inspect")]
38
- const OUTPUT_TYPE: TypeHint = <Option<&T> as IntoPyObject<'_>>::OUTPUT_TYPE;
+ const OUTPUT_TYPE: TypeHint = <Option<&T>>::OUTPUT_TYPE;
39
40
#[inline]
41
fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {
0 commit comments