Skip to content

Commit ce3bfdc

Browse files
authored
chore: apply lint (Rust 1.89) (#656)
1 parent 9929b55 commit ce3bfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apollo-composition/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub trait HybridComposition {
3434
async fn compose_services_without_satisfiability(
3535
&mut self,
3636
subgraph_definitions: Vec<SubgraphDefinition>,
37-
) -> Option<SupergraphSdl>;
37+
) -> Option<SupergraphSdl<'_>>;
3838

3939
/// Call the JavaScript `validateSatisfiability` function from `@apollo/composition` plus whatever
4040
/// extra logic you need.

0 commit comments

Comments
 (0)