Skip to content

Commit 8aef846

Browse files
committed
js example
1 parent 0622e67 commit 8aef846

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ownership/file_owner_resolver.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ fn load_teams(project_root: &Path, team_file_globs: &[String]) -> std::result::R
125125
Ok(teams)
126126
}
127127

128-
// no regex: parse cheaply with ASCII-aware checks
129-
130128
fn read_top_of_file_team(path: &Path) -> Option<String> {
131129
let project_file = build_project_file_without_cache(&path.to_path_buf());
132130
if let Some(owner) = project_file.owner {

0 commit comments

Comments
 (0)