hsdir: Remove a done TODO - this *is* now a TiSlice

This commit is contained in:
Ian Jackson 2023-02-08 13:15:23 +00:00
parent cd0c38ae6c
commit 8d4552de8b
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ pub(crate) trait ConsensusRelays {
/// Obtain the list of relays in the consensus
//
fn c_relays(&self) -> &TiSlice<RouterStatusIdx, MdConsensusRouterStatus>;
// TODO hs: This will return a TiSlice, shortly
}
impl ConsensusRelays for MdConsensus {
fn c_relays(&self) -> &TiSlice<RouterStatusIdx, MdConsensusRouterStatus> {