Skip to content

Commit

Permalink
Add missing derive(Debug) for buildpack_output::state::Stream (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Feb 14, 2024
1 parent d806cbd commit 9f20d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libherokubuildpack/src/buildpack_output/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ pub mod state {
/// stream.finish()
///}
/// ```
#[derive(Debug)]
pub struct Stream<W: std::io::Write> {
pub(crate) started: Instant,
pub(crate) write: MappedWrite<ParagraphInspectWrite<W>>,
Expand Down

0 comments on commit 9f20d46

Please sign in to comment.