Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ho-229 committed May 6, 2024
1 parent 051e11b commit 5f16400
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/command/commands.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{iter, ops::Range, ptr, slice};
use std::{ops::Range, ptr, slice};

use windows::{
core,
Expand Down
1 change: 0 additions & 1 deletion src/ext/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,6 @@ pub struct UpdateOptions<'a> {
}

impl<'a> UpdateOptions<'a> {
///
pub fn metadata(mut self, metadata: Metadata) -> Self {
self.metadata = Some(metadata);
self
Expand Down

0 comments on commit 5f16400

Please sign in to comment.