We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 209b93a commit d50be8cCopy full SHA for d50be8c
1 file changed
src/parry.rs
@@ -798,7 +798,7 @@ pub struct Workspace {
798
}
799
800
impl WorkspaceData for Workspace {
801
- fn as_typed_workspace_data(&self) -> TypedWorkspaceData {
+ fn as_typed_workspace_data(&self) -> TypedWorkspaceData<'_> {
802
TypedWorkspaceData::Custom
803
804
@@ -940,7 +940,7 @@ struct CompositeKey {
940
941
942
impl WorkspaceData for WorkspaceVsComposite {
943
944
945
946
0 commit comments