Skip to content

Commit 11fe454

Browse files
committed
Export apollo_compiler::Diagnostic
1 parent 278dab3 commit 11fe454

File tree

1 file changed

+1
-1
lines changed
  • crates/apollo-compiler/src

1 file changed

+1
-1
lines changed

crates/apollo-compiler/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub use self::node::{Node, NodeLocation};
2222
pub use self::node_str::NodeStr;
2323
pub use self::parser::{parse_mixed, Parser, SourceFile, SourceMap};
2424
pub use self::schema::Schema;
25-
pub use self::validation::{Diagnostics, GraphQLError, GraphQLLocation};
25+
pub use self::validation::{Diagnostic, Diagnostics, GraphQLError, GraphQLLocation};
2626

2727
pub(crate) struct ApolloCompiler {
2828
pub db: RootDatabase,

0 commit comments

Comments
 (0)