Skip to content

Commit

Permalink
Update src/host/encode.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Feb 27, 2024
1 parent d3fe1dd commit 0a8211b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/encode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{

impl Host {
/// Encode `tree` directly into `trg`, skipping the intermediate `Def`
/// representationw
/// representation.
pub fn encode_tree<M: Mode>(&self, net: &mut run::Net<M>, trg: Trg, tree: &Tree) {
EncodeState { host: self, net, vars: Default::default() }.encode(trg, tree);
}
Expand Down

0 comments on commit 0a8211b

Please sign in to comment.