Skip to content

Commit 7766cef

Browse files
Update cli/src/command/core.rs
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4cb3305 commit 7766cef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cli/src/command/core.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,8 +737,7 @@ pub(crate) fn apply_metadata<'p>(
737737
match utils::fs::get_flags(path) {
738738
Ok(flags) => {
739739
for flag in flags {
740-
use crate::chunk::fflag_chunk;
741-
entry.add_extra_chunk(fflag_chunk(&flag));
740+
entry.add_extra_chunk(crate::chunk::fflag_chunk(&flag));
742741
}
743742
}
744743
Err(e) if e.kind() == std::io::ErrorKind::Unsupported => {

0 commit comments

Comments
 (0)