From 427c01b0eac58a2a9dec17b9706c66dc290b4050 Mon Sep 17 00:00:00 2001 From: CodemodService Bot <> Date: Thu, 17 Feb 2022 01:34:43 -0800 Subject: [PATCH] Daily `common/rust/cargo_from_buck/bin/autocargo` Reviewed By: krallin Differential Revision: D34297426 fbshipit-source-id: 3231b4d896a8f0b0137c53cccf6a37c9a1cd777d --- compiler/crates/relay-docblock/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compiler/crates/relay-docblock/Cargo.toml b/compiler/crates/relay-docblock/Cargo.toml index d9d39a86c2c47..cd0f11c25a36c 100644 --- a/compiler/crates/relay-docblock/Cargo.toml +++ b/compiler/crates/relay-docblock/Cargo.toml @@ -1,4 +1,4 @@ -# @generated by autocargo from //relay/oss/crates/relay-docblock:[relay-docblock,relay-docblock_parse_test] +# @generated by autocargo from //relay/oss/crates/relay-docblock:[relay-docblock,relay-docblock_parse_test,relay-to_schema_test] [package] name = "relay-docblock" version = "0.0.0" @@ -10,6 +10,10 @@ license = "MIT" name = "relay_docblock_parse_test" path = "tests/parse_test.rs" +[[test]] +name = "relay_to_schema_test" +path = "tests/to_schema_test.rs" + [dependencies] common = { path = "../common" } docblock-syntax = { path = "../docblock-syntax" }