Internal change

PiperOrigin-RevId: 621978924
pull/16418/head
Protobuf Team Bot 8 months ago committed by Copybara-Service
parent ed965bd140
commit d314d6e998
  1. 2
      src/google/protobuf/compiler/main.cc

@ -104,7 +104,7 @@ int ProtobufMain(int argc, char* argv[]) {
cli.RegisterGenerator("--rust_out", "--rust_opt", &rust_generator, cli.RegisterGenerator("--rust_out", "--rust_opt", &rust_generator,
"Generate Rust sources."); "Generate Rust sources.");
#ifdef DISABLE_PROTOC_CONFIG #ifdef DISABLE_PROTOC_CONFIG
internal::SetDisableAllowlistInternalOnly(true); auto cleanup = internal::DisableAllowlistInternalOnly();
#endif // DISABLE_PROTOC_CONFIG #endif // DISABLE_PROTOC_CONFIG
return cli.Run(argc, argv); return cli.Run(argc, argv);
} }

Loading…
Cancel
Save