Turn a regular comment on Compilation into a doc comment

This commit is contained in:
bjorn3 2021-05-29 14:53:09 +02:00
parent f299256854
commit a702729aac

View File

@ -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,