We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6db7c7 commit 5d72280Copy full SHA for 5d72280
tests/protos.rs
@@ -50,7 +50,7 @@ fn protos() {
50
append_to_file(GRPC_OUTPUT_FILE, "pub use prost_types::Timestamp;");
51
52
eprintln!("protos_files_synced:{protos_files_synced}, protos_test_synced:{protos_test_synced}");
53
- panic!("proto definitions changed. Stubs recompiled. Please commit the changes.")
+ eprintln!("proto definitions may be changed. Stubs recompiled. Please commit the changes.")
54
}
55
56
/// Derive options for structs. (Path, build attributes, 'from' macro generation enabled)
0 commit comments