Skip to content

Commit

Permalink
Add doc comment to services::external (#6345)
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop authored Dec 9, 2024
1 parent b42ead6 commit e7d1e28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apollo-router/src/services/external.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(missing_docs)] // FIXME
//! Structures for externalised data, communicating the state of the router pipeline at the
//! different stages.
use std::collections::HashMap;
use std::fmt::Debug;
Expand Down

0 comments on commit e7d1e28

Please sign in to comment.