Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Aug 6, 2024
2 parents ab30086 + 36ad744 commit 9005291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/crates/react_hir/src/merge_consecutive_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ impl MergedBlocks {

#[derive(Debug, Error)]
#[error("Expected predecessor {predecessor} to exist")]
#[allow(dead_code)]
pub struct ExpectedPredecessorToExist {
predecessor: BlockId,
}
Expand Down
1 change: 1 addition & 0 deletions compiler/crates/react_semantic_analysis/src/scope_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ impl<'m> std::fmt::Debug for ScopeView<'m> {
}

#[derive(Clone, Copy)]
#[allow(dead_code)]
pub struct LabelView<'m> {
#[allow(dead_code)]
pub(crate) manager: &'m ScopeManager,
Expand Down

0 comments on commit 9005291

Please sign in to comment.