Fix port_test.cc in optimized builds
[google-protobuf.git] / rust / gtest_matchers.rs
blob70ea26a1e57fa5d8b430185f11d59eda43f1b20a
1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2024 Google LLC.  All rights reserved.
3 //
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file or at
6 // https://developers.google.com/open-source/licenses/bsd
8 extern crate protobuf_gtest_matchers_impl;
10 // Re-export all symbols from the underlying implementation of gtest_matchers.
11 pub use protobuf_gtest_matchers_impl::*;