Skip to content

Commit

Permalink
update platform010 & platform010-aarch64 symlinks
Browse files Browse the repository at this point in the history
Reviewed By: diliop

Differential Revision: D52849647

fbshipit-source-id: ef1c5e3e878caf19264a5578d7df01bb33b6a494
  • Loading branch information
capickett authored and facebook-github-bot committed Jan 20, 2024
1 parent 476faa6 commit 982be71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions compiler/crates/graphql-syntax/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pub use parser::FragmentArgumentSyntaxKind;
pub use parser::ParserFeatures;
pub use source::GraphQLSource;
pub use syntax_error::SyntaxError;
#[allow(unused_imports)]
pub use utils::*;

use crate::parser::Parser;
Expand Down
1 change: 0 additions & 1 deletion compiler/crates/relay-lsp/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ use lsp_server::ResponseError;
pub use lsp_state::GlobalState;
pub use lsp_state::LSPState;
pub use lsp_state::Schemas;
pub use lsp_state::SourcePrograms;
use lsp_types::notification::Cancel;
use lsp_types::notification::DidChangeTextDocument;
use lsp_types::notification::DidCloseTextDocument;
Expand Down

0 comments on commit 982be71

Please sign in to comment.