Skip to content

Commit

Permalink
remove track caller until upgrade to 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejekyll committed Mar 15, 2021
1 parent 50dcc93 commit d14af60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/proto/src/rr/rdata/svcb.rs
Expand Up @@ -1145,7 +1145,8 @@ mod tests {
assert_eq!(u16::from(SvcParamKey::Unknown(65279)), 65279);
}

#[track_caller]
// TODO: add this back after upgrading rustc version to 1.46
// #[track_caller]
fn test_encode_decode(rdata: SVCB) {
let mut bytes = Vec::new();
let mut encoder: BinEncoder<'_> = BinEncoder::new(&mut bytes);
Expand Down

0 comments on commit d14af60

Please sign in to comment.