Skip to content

Commit 91f0895

Browse files
majahaonur-ozkan
andauthored
Change /* comment to //
Co-authored-by: Onur Özkan <[email protected]>
1 parent fd1282c commit 91f0895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub fn format(build: &Builder<'_>, check: bool, paths: &[PathBuf]) {
151151
.arg("--untracked-files=normal"),
152152
);
153153
let untracked_paths = untracked_paths_output.split_terminator('\0').filter_map(
154-
|entry| entry.strip_prefix("?? "), /* returns None if the prefix doesn't match */
154+
|entry| entry.strip_prefix("?? "), // returns None if the prefix doesn't match
155155
);
156156
let mut untracked_count = 0;
157157
for untracked_path in untracked_paths {

0 commit comments

Comments
 (0)