Skip to content

Commit

Permalink
Update src/entity/aggregator/query_type_id.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Geoghegan <[email protected]>
  • Loading branch information
jbr and tgeoghegan authored Jul 27, 2023
1 parent 428c6c5 commit 9926f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entity/aggregator/query_type_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::json_newtype;
use serde::{Deserialize, Serialize};
use std::collections::BTreeSet;

/// https://www.ietf.org/archive/id/draft-ietf-ppm-dap-04.html#name-queries
/// https://www.ietf.org/archive/id/draft-ietf-ppm-dap-05.html#name-queries
#[derive(Debug, Clone, Copy, Eq)]
pub enum QueryTypeId {
Reserved,
Expand Down

0 comments on commit 9926f30

Please sign in to comment.