Skip to content

Commit

Permalink
Add missing generic impl for FsInfoClient
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jul 24, 2024
1 parent 7b5ebb6 commit 9819408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/fs-info/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ pub trait FsInfoClient: ExtensionClient<FsInfoExtension> {
self.extension(FsInfoRequest { location })
}
}
impl<C: ExtensionClient<FsInfoExtension>> FsInfoClient for C {}

0 comments on commit 9819408

Please sign in to comment.