datadog_data_pipeline/
lib.rs

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