We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a51bc commit 9b74fbdCopy full SHA for 9b74fbd
1 file changed
cpp-linter/src/clang_tools/clang_tidy.rs
@@ -297,7 +297,7 @@ pub fn run_clang_tidy(
297
);
298
cmd.args(["--line-filter", filter.as_str()]);
299
}
300
- let repo_file_path = PathBuf::from_iter([&clang_params.repo_root, &file.name]);
+ let repo_file_path = clang_params.repo_root.join(&file.name);
301
let original_content = if !clang_params.tidy_review {
302
None
303
} else {
0 commit comments