mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
Remove redundant span attributes
There's no need to record attributes that are already present in all callers.
This commit is contained in:
parent
f35cbfd89e
commit
88bb2ea600
2 changed files with 5 additions and 8 deletions
|
|
@ -361,7 +361,7 @@ fn add_port_to_hostname(destination_str: &str) -> FedDest {
|
|||
/// Numbers in comments below refer to bullet points in linked section of
|
||||
/// specification
|
||||
#[allow(clippy::too_many_lines)]
|
||||
#[tracing::instrument(ret(level = "debug"))]
|
||||
#[tracing::instrument(skip(destination), ret(level = "debug"))]
|
||||
async fn find_actual_destination(
|
||||
destination: &'_ ServerName,
|
||||
) -> (FedDest, FedDest) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue