Skip to content

Commit 3f8c9e5

Browse files
zertoshfacebook-github-bot
authored andcommitted
Remove relay_fb cargo setup
Reviewed By: shayne-fletcher Differential Revision: D51477502 fbshipit-source-id: cc3033a5f6c94b887aee917d8974cf6c75799576
1 parent ab92df5 commit 3f8c9e5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

compiler/.cargo/config.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This file should be kept in sync with the project's Buck flags.
2+
# See parent PACKAGE.
3+
4+
[build]
5+
rustflags = [
6+
"-Drust-2018-idioms",
7+
"-Dwarnings",
8+
]

compiler/crates/fixture-tests/src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
//! *FB-internal: see `scripts/generate_fixture_tests.sh` to generate all.*
4848
//
4949
//! *FB-internal: use buck run //relay/oss/crates/fixture-tests:fixture-tests-bin -- <path to tests dir>
50-
//! *FB-internal: if you don't want to use cargo run. This is useful for development on a dev-server or
51-
//! *FB-internal: or machines w/o cargo installed.
5250
5351
mod print_diff;
5452

0 commit comments

Comments
 (0)