Skip to content

Commit a702729

Browse files
committed
Turn a regular comment on Compilation into a doc comment
1 parent f299256 commit a702729

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_driver/src

1 file changed

+1
-1
lines changed

compiler/rustc_driver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ fn make_input(
499499
}
500500
}
501501

502-
// Whether to stop or continue compilation.
502+
/// Whether to stop or continue compilation.
503503
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
504504
pub enum Compilation {
505505
Stop,

0 commit comments

Comments
 (0)