We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab92df5 commit 3f8c9e5Copy full SHA for 3f8c9e5
compiler/.cargo/config.toml
@@ -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
@@ -47,8 +47,6 @@
47
//! *FB-internal: see `scripts/generate_fixture_tests.sh` to generate all.*
48
//
49
//! *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.
52
53
mod print_diff;
54
0 commit comments