Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Dodd <2380740+thedodd@users.noreply.github.com>
  • Loading branch information
ctron and thedodd authored Jul 4, 2022
1 parent 92628c5 commit 84fac4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pipelines/js.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Js {
}
}

/// The output of a CSS build pipeline.
/// The output of a JS build pipeline.
pub struct JsOutput {
/// The runtime build config.
pub cfg: Arc<RtcBuild>,
Expand Down
2 changes: 1 addition & 1 deletion src/pipelines/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ impl TrunkAsset {
}

/// The output of a `<trunk-link/>` asset pipeline.
pub enum TrunkLinkPipelineOutput {
pub enum TrunkAssetPipelineOutput {
Css(CssOutput),
Sass(SassOutput),
Js(JsOutput),
Expand Down

0 comments on commit 84fac4b

Please # to comment.