diff --git a/src/command/commands.rs b/src/command/commands.rs index 10084a0..e589b9a 100644 --- a/src/command/commands.rs +++ b/src/command/commands.rs @@ -203,7 +203,7 @@ impl Command for CreatePlaceholders { } } -impl<'a> Fallible for CreatePlaceholders { +impl Fallible for CreatePlaceholders { fn fail( connection_key: RawConnectionKey, transfer_key: RawTransferKey, diff --git a/src/placeholder_file.rs b/src/placeholder_file.rs index 3f058f8..c40a1d7 100644 --- a/src/placeholder_file.rs +++ b/src/placeholder_file.rs @@ -23,7 +23,7 @@ use crate::usn::Usn; #[derive(Debug, Clone)] pub struct PlaceholderFile(CF_PLACEHOLDER_CREATE_INFO); -impl<'a> PlaceholderFile { +impl PlaceholderFile { /// Creates a new [PlaceholderFile][crate::PlaceholderFile]. pub fn new(relative_path: impl AsRef) -> Self { Self(CF_PLACEHOLDER_CREATE_INFO {