Skip to content

Commit 721636b

Browse files
committed
tests: Add a docstring to fix CI
It looks like with Rust 1.83, `#[deny(missing_docs)]` started triggering for our integration test. It looks like this is a known thing: rust-lang/rust#130203 (comment) Signed-off-by: Colin Walters <[email protected]>
1 parent d42710e commit 721636b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ostree-ext/tests/it/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Main integration tests that use the public APIs.
2+
13
use anyhow::{Context, Result};
24
use camino::Utf8Path;
35
use cap_std::fs::{Dir, DirBuilder, DirBuilderExt};

0 commit comments

Comments
 (0)