Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgasson committed Jul 11, 2024
1 parent d7fae9f commit 5980a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/crates/relay-lsp/src/docblock_resolution_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use relay_docblock::On;
use relay_docblock::ResolverFieldDocblockIr;
use relay_docblock::ResolverTypeDocblockIr;

#[allow(dead_code)]
pub enum DocblockResolutionInfo {
Type(StringKey),
RootFragment(FragmentDefinitionName),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use super::CATCH_DIRECTIVE_NAME;
use super::TO_ARGUMENT;
use crate::CatchTo;

#[allow(dead_code)]
#[derive(Clone, Copy)]
pub struct CatchMetadata {
pub to: CatchTo,
Expand Down

0 comments on commit 5980a91

Please sign in to comment.