Skip to content

Commit

Permalink
fix: build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed Jul 20, 2024
1 parent aeb74c2 commit f3cf1db
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 57 deletions.
169 changes: 116 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["lib", "viewer", "lsp", "viewer-egui"]
members = ["lib", "viewer", "lsp"]
resolver = "2"
2 changes: 1 addition & 1 deletion lib/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ mod default_impl;
use default_impl::{DefaultDeclParser, DefaultStmtParser};

#[cfg(all(feature = "default_parser", feature = "lalrpop_parser"))]
compile_error!("Feature 1 and 2 are mutually exclusive and cannot be enabled together");
compile_error!("Feature default_parser and lalrpop_parser are mutually exclusive and cannot be enabled together");
Loading

0 comments on commit f3cf1db

Please sign in to comment.