Skip to content

Commit

Permalink
fix documentation (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanmwilliams committed Dec 11, 2023
1 parent 45762ca commit 46f4349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bril-rs/src/program.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,9 +587,11 @@ pub enum Type {
#[cfg(feature = "memory")]
#[serde(rename = "ptr")]
Pointer(Box<Self>),
/// <https://capra.cs.cornell.edu/bril/lang/async.html>
#[cfg(feature = "async")]
#[serde(rename = "promise")]
Promise(Box<Self>),
/// <https://capra.cs.cornell.edu/bril/lang/async.html>
#[cfg(feature = "async")]
#[serde(rename = "atomicint")]
AtomicInt,
Expand Down

0 comments on commit 46f4349

Please sign in to comment.