Turn a regular comment on Compilation into a doc comment
This commit is contained in:
parent
f299256854
commit
a702729aac
1 changed files with 1 additions and 1 deletions
|
@ -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)]
|
#[derive(Copy, Clone, Debug, Eq, PartialEq)]
|
||||||
pub enum Compilation {
|
pub enum Compilation {
|
||||||
Stop,
|
Stop,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue