Skip to content

Commit

Permalink
remove debug crate_type
Browse files Browse the repository at this point in the history
  • Loading branch information
acmcarther committed Feb 22, 2017
1 parent fc53bd2 commit f1fa909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/fibonacci/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ load(

rust_library(
name = "fibonacci",
crate_type = "dylib",
srcs = ["src/lib.rs"],
)

Expand Down

0 comments on commit f1fa909

Please sign in to comment.