Indicate anonymous lifetime
This commit is contained in:
parent
2c9d9bf381
commit
1174aacf59
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
|||
//! fn node_id(&'a self, n: &Nd) -> dot::Id<'a> {
|
||||
//! dot::Id::new(format!("N{}", n)).unwrap()
|
||||
//! }
|
||||
//! fn node_label(&self, n: &Nd) -> dot::LabelText {
|
||||
//! fn node_label(&self, n: &Nd) -> dot::LabelText<'_> {
|
||||
//! dot::LabelText::LabelStr(self.nodes[*n].into())
|
||||
//! }
|
||||
//! fn edge_label<'b>(&'b self, _: &Ed) -> dot::LabelText<'b> {
|
||||
|
|
Loading…
Add table
Reference in a new issue