mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Add some derives to BuildConfig
This commit is contained in:
parent
6e906bd450
commit
cdc32aadd2
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ pub fn docs(files: Vec<PathBuf>) {
|
|||
)
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum BuildConfig {
|
||||
BuildOnly,
|
||||
BuildAndRun { roc_file_arg_index: usize },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue