solana/metrics/src
Illia Bobyr c449a15c30
metrics: datapoint macro: Allow trailing comma (#30317)
Rust grammar allows trailing commas in most places where a list of
elements are accepted.  It simplifies cases when the list is generated
by a macro, allowing the macro to avoid special cases for a one element
list vs longer lists.

As such, it is a common practice to allow trailing commas in macros as
well.
2023-03-17 12:57:46 -07:00
..
counter.rs
datapoint.rs metrics: datapoint macro: Allow trailing comma (#30317) 2023-03-17 12:57:46 -07:00
lib.rs
metrics.rs
poh_timing_point.rs