Skip to content

Commit 5711cb4

Browse files
jneemMuscraft
andauthored
Update src/cargo/core/compiler/mod.rs
Co-authored-by: Scott Schafer <[email protected]>
1 parent eb77a74 commit 5711cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ fn on_stderr_line_inner(
20102010

20112011
// Returns `true` if the diagnostic was modified.
20122012
let add_pub_in_priv_diagnostic = |diag: &mut String| -> bool {
2013-
// Parsing the compiler diagnostic here is a bit 😬, but this information isn't
2013+
// We are parsing the compiler diagnostic here, as this information isn't
20142014
// currently exposed elsewhere.
20152015
// At the time of writing this comment, rustc emits two different
20162016
// "exported_private_dependencies" errors:

0 commit comments

Comments
 (0)