Skip to content

Commit b7ad3f9

Browse files
committed
Apply clippy::redundant_field_names suggestion
1 parent 42dcd4b commit b7ad3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_helper/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ pub fn native_lib_boilerplate(
262262
if !up_to_date(Path::new("build.rs"), &timestamp) || !up_to_date(src_dir, &timestamp) {
263263
Ok(NativeLibBoilerplate {
264264
src_dir: src_dir.to_path_buf(),
265-
out_dir: out_dir,
265+
out_dir,
266266
})
267267
} else {
268268
Err(())

0 commit comments

Comments
 (0)