1 2 3 4 5 6 7 8 9 10 11
// Copyright 2025-Present Datadog, Inc. https://www.datadoghq.com/ // SPDX-License-Identifier: Apache-2.0 #[cfg(test)] mod tests { #[test] fn test_empty() { // TODO: Remove when we start commiting real code } }