Skip to content

Commit

Permalink
Remove relay_fb cargo setup
Browse files Browse the repository at this point in the history
Reviewed By: shayne-fletcher

Differential Revision: D51477502

fbshipit-source-id: cc3033a5f6c94b887aee917d8974cf6c75799576
  • Loading branch information
zertosh authored and facebook-github-bot committed Nov 21, 2023
1 parent ab92df5 commit 3f8c9e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions compiler/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This file should be kept in sync with the project's Buck flags.
# See parent PACKAGE.

[build]
rustflags = [
"-Drust-2018-idioms",
"-Dwarnings",
]
2 changes: 0 additions & 2 deletions compiler/crates/fixture-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
//! *FB-internal: see `scripts/generate_fixture_tests.sh` to generate all.*
//
//! *FB-internal: use buck run //relay/oss/crates/fixture-tests:fixture-tests-bin -- <path to tests dir>
//! *FB-internal: if you don't want to use cargo run. This is useful for development on a dev-server or
//! *FB-internal: or machines w/o cargo installed.
mod print_diff;

Expand Down

0 comments on commit 3f8c9e5

Please sign in to comment.