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 metric optimization: simply data structure used for metric datapoints and counter storage (#24447) 2022-04-27 09:11:29 -05:00
datapoint.rs metrics: datapoint macro: Allow trailing comma (#30317) 2023-03-17 12:57:46 -07:00
lib.rs metric optimization: simply data structure used for metric datapoints and counter storage (#24447) 2022-04-27 09:11:29 -05:00
metrics.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
poh_timing_point.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00