Skip to content

Commit d50be8c

Browse files
committed
Fix lints
1 parent 209b93a commit d50be8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/parry.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ pub struct Workspace {
798798
}
799799

800800
impl WorkspaceData for Workspace {
801-
fn as_typed_workspace_data(&self) -> TypedWorkspaceData {
801+
fn as_typed_workspace_data(&self) -> TypedWorkspaceData<'_> {
802802
TypedWorkspaceData::Custom
803803
}
804804

@@ -940,7 +940,7 @@ struct CompositeKey {
940940
}
941941

942942
impl WorkspaceData for WorkspaceVsComposite {
943-
fn as_typed_workspace_data(&self) -> TypedWorkspaceData {
943+
fn as_typed_workspace_data(&self) -> TypedWorkspaceData<'_> {
944944
TypedWorkspaceData::Custom
945945
}
946946

0 commit comments

Comments
 (0)