Skip to content

Commit

Permalink
Fix missing turbofish in README (#184)
Browse files Browse the repository at this point in the history
Examples in the readme should be valid rust so that users can copy them
directly.
  • Loading branch information
DusterTheFirst authored Feb 26, 2024
1 parent 60f9596 commit be8ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl App for BasicApp {
_,
DefaultNodeShape,
DefaultEdgeShape,
>new(&mut self.g));
>::new(&mut self.g));
});
}
}
Expand Down

0 comments on commit be8ae6a

Please sign in to comment.