Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 19, 2023
1 parent 2f2336b commit e436f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/dot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pub fn do_dot(
}
}

PackageSource::Local { blobs, rust, paths } => {
PackageSource::Local { blobs, rust, paths, .. } => {
// Regardless of the type of local package (e.g., files-only or
// Rust package or whatever), create nodes showing any S3 blobs
// on which it depends.
Expand Down

0 comments on commit e436f1c

Please sign in to comment.