Skip to content

Commit

Permalink
Fix cargo doc warnings and update version reference in relayer crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Nov 27, 2023
1 parent 2937a11 commit ecce1c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/relayer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//!
//! For the IBC relayer binary, please see [Hermes] (`ibc-relayer-cli` crate).
//!
//! [Hermes]: https://docs.rs/ibc-relayer-cli/0.2.0/
//! [Hermes]: https://docs.rs/ibc-relayer-cli/1.7.2/
extern crate alloc;

Expand Down
4 changes: 2 additions & 2 deletions tools/test-framework/src/relayer/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct RelayerDriver {

/**
The relayer [`Config`]. Use this config when spawning new supervisor
using [`spawn_supervisor`](ibc_relayer::supervisor::spawn_supervisor).
using [`spawn_supervisor`].
*/
pub config: Config,

Expand All @@ -39,7 +39,7 @@ pub struct RelayerDriver {
that is shared with any running supervisor.
Use this shared registry when spawning new supervisor using
[`spawn_supervisor`](ibc_relayer::supervisor::spawn_supervisor).
[`spawn_supervisor`].
*/
pub registry: SharedRegistry<CountingAndCachingChainHandle>,

Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/src/types/id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub type TaggedClientIdRef<'a, ChainA, ChainB> = DualTagged<ChainA, ChainB, &'a
pub type TaggedPortId<ChainA, ChainB> = DualTagged<ChainA, ChainB, PortId>;

/**
A reference to [`PortId`](PortId) tagged with first, the host chain
A reference to [`PortId`] tagged with first, the host chain
that has the port ID, and second, the counterparty chain that the port ID
corresponds to.
*/
Expand Down

0 comments on commit ecce1c7

Please sign in to comment.