wip: add todo comment

This commit is contained in:
binarybaron 2024-08-07 23:22:40 +02:00
parent 21c244f680
commit bde04fbd76
No known key found for this signature in database
GPG Key ID: 99B75D3E1476A26E

View File

@ -116,7 +116,7 @@ pub enum Method {
GetRawStates,
}
// TODO: Simplify this using
// TODO: Simplify this using instrument macro
impl Method {
fn get_tracing_span(&self, log_reference_id: Option<String>) -> Span {
let span = match self {