Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-229 committed May 17, 2024
1 parent f904e82 commit 606ab7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/command/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/placeholder_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Path>) -> Self {
Self(CF_PLACEHOLDER_CREATE_INFO {
Expand Down

0 comments on commit 606ab7d

Please sign in to comment.