Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
fixes BUILD.bazel file to include nested rs sources
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzcreek committed Jul 1, 2024
1 parent 5b619bc commit e79d0e8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ WORKSPACE_DEPS = [
rust_library(
name = "scip_syntax_lib",
srcs = glob(
[
"src/*.rs",
],
["src/**/*.rs"],
allow_empty = False,
exclude = ["src/main.rs"],
),
Expand Down

0 comments on commit e79d0e8

Please sign in to comment.