fix rustdoc lint
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
8eda3be9ce
commit
792a8ddb2f
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ impl Service {
|
|||
/// Gets up to three servers that are likely to be in the room in the
|
||||
/// distant future.
|
||||
///
|
||||
/// See https://spec.matrix.org/v1.10/appendices/#routing
|
||||
/// See <https://spec.matrix.org/v1.10/appendices/#routing>
|
||||
#[tracing::instrument(skip(self))]
|
||||
pub fn servers_route_via(&self, room_id: &RoomId) -> Result<Vec<OwnedServerName>> {
|
||||
let most_powerful_user_server = services()
|
||||
|
|
Loading…
Add table
Reference in a new issue