We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c18c9d commit 72391cdCopy full SHA for 72391cd
ci/tests/test_cli.rs
@@ -4,6 +4,7 @@ use std::fs;
4
use tempfile::TempDir;
5
6
/// Get the CLI command for testing
7
+#[allow(deprecated)]
8
fn ci() -> Command {
9
Command::cargo_bin("ci").unwrap()
10
}
codeinput/src/core/common.rs
@@ -4,8 +4,6 @@ use ignore::Walk;
use sha2::{Digest, Sha256};
use std::path::{Path, PathBuf};
-use super::types::CodeownersEntry;
-
/// Maximum recursion depth for finding CODEOWNERS files (prevents stack overflow on deep structures)
const MAX_RECURSION_DEPTH: usize = 100;
11
0 commit comments