Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Feb 6, 2024
1 parent 773b010 commit 800ed5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions memory/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ use crate::Node;
///
/// let text_buffer = Node::default();
/// let data = utils::load_data(r#"
/// ..a
/// ..af ɑ̈
/// ..ai ɛ̈
/// ..a
/// ..af ɑ̈
/// ..ai ɛ̈
/// "#);
/// data.iter().for_each(|d| { text_buffer.insert(d[0].chars().collect(), d[1].to_owned()); });
/// let memory = Rc::new(text_buffer);
Expand Down

0 comments on commit 800ed5f

Please sign in to comment.