Skip to content

Commit af23cc1

Browse files
committed
Apply suggestion from @Tpt
1 parent 431f5e5 commit af23cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversions/std/option.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ where
3535
type Output = Bound<'py, Self::Target>;
3636
type Error = <&'a T as IntoPyObject<'py>>::Error;
3737
#[cfg(feature = "experimental-inspect")]
38-
const OUTPUT_TYPE: TypeHint = <Option<&T> as IntoPyObject<'_>>::OUTPUT_TYPE;
38+
const OUTPUT_TYPE: TypeHint = <Option<&T>>::OUTPUT_TYPE;
3939

4040
#[inline]
4141
fn into_pyobject(self, py: Python<'py>) -> Result<Self::Output, Self::Error> {

0 commit comments

Comments
 (0)