mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
Fix rust lints
ghstack-source-id: baf433a98a70d9105c8088d82e04a3d96783e9e6 Pull Request resolved: https://github.com/facebook/react/pull/30616
This commit is contained in:
parent
eb52f3788f
commit
ff0d2621f4
|
|
@ -151,6 +151,7 @@ impl MergedBlocks {
|
|||
|
||||
#[derive(Debug, Error)]
|
||||
#[error("Expected predecessor {predecessor} to exist")]
|
||||
#[allow(dead_code)]
|
||||
pub struct ExpectedPredecessorToExist {
|
||||
predecessor: BlockId,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user