mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 11:04:03 +00:00
Turn a regular comment on Compilation into a doc comment
This commit is contained in:
parent
f299256854
commit
a702729aac
@ -499,7 +499,7 @@ fn make_input(
|
||||
}
|
||||
}
|
||||
|
||||
// Whether to stop or continue compilation.
|
||||
/// Whether to stop or continue compilation.
|
||||
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||
pub enum Compilation {
|
||||
Stop,
|
||||
|
Loading…
Reference in New Issue
Block a user