Skip to content

Commit e3c2a59

Browse files
committed
lifetime ding
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
1 parent 303393c commit e3c2a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lading_payload/src/dogstatsd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ impl DogStatsD {
491491
/// # Errors
492492
///
493493
/// Function will error if a member could not be generated
494-
pub fn generate<R>(&self, rng: &mut R) -> Result<Member, crate::Error>
494+
pub fn generate<R>(&self, rng: &mut R) -> Result<Member<'_>, crate::Error>
495495
where
496496
R: rand::Rng + ?Sized,
497497
{

0 commit comments

Comments
 (0)