dogstatsd-rs icon indicating copy to clipboard operation
dogstatsd-rs copied to clipboard

Use String instead of &'static str for ServiceCheckOptions fields

Open dunmatt opened this issue 5 years ago • 0 comments

The need to use &'static str as the message type for ServiceCheckOptions is very restrictive. Is there any clear reason you need the static lifetime? Could you instead make do with an owned String?

dunmatt avatar Apr 22 '19 22:04 dunmatt