Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
enricozb committed Apr 29, 2024
1 parent b1d7c62 commit 7df97d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pub fn create_host(book: &crate::ast::Book) -> Arc<Mutex<Host>> {
host
}

/// Create a `Host` from a `Book`, including `hvm-core`'s built-in definitions
/// Insert `hvm-core`'s built-in definitions into a host.
#[cfg(feature = "std")]
#[allow(clippy::absolute_paths)]
pub fn insert_stdlib(host: Arc<Mutex<Host>>) {
Expand Down

0 comments on commit 7df97d8

Please sign in to comment.