Skip to content

Commit

Permalink
fix(runtime): Make Builtin's fields public
Browse files Browse the repository at this point in the history
  • Loading branch information
watcol committed Jul 26, 2022
1 parent 2e664bd commit cbdd848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drake-types/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ pub struct Table<L> {

#[derive(Clone, Debug, PartialEq, Default, Eq)]
pub struct Builtin {
output: Option<String>,
filetype: Option<String>,
pub output: Option<String>,
pub filetype: Option<String>,
}

impl Builtin {
Expand Down

0 comments on commit cbdd848

Please sign in to comment.