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 6e71b21 commit 6b64965Copy full SHA for 6b64965
crates/ty_python_semantic/src/types/function.rs
@@ -438,7 +438,7 @@ pub struct FunctionType<'db> {
438
/// Type mappings that should be applied to the function's parameter and return types. This
439
/// might include specializations of enclosing generic contexts (e.g. for non-generic methods
440
/// of a specialized generic class).
441
- #[returns(ref)]
+ #[returns(deref)]
442
type_mappings: Box<[TypeMapping<'db, 'db>]>,
443
}
444
0 commit comments