File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 778be74cbba9c932b19d6cbec593dd16d26548ed
2
+ refs/heads/master: 8720174bf2e471f151192d76f863e4661e6e8bdc
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 8443b09e361b96d1f9b7f45a65ed0d31c0e86e70
5
5
refs/heads/try: 20cbbffeefc1f35e2ea63afce7b42fbd79611d42
Original file line number Diff line number Diff line change 218
218
//! impl<'a> dot::Labeller<'a, Nd<'a>, Ed<'a>> for Graph {
219
219
//! fn graph_id(&'a self) -> dot::Id<'a> { dot::Id::new("example3").unwrap() }
220
220
//! fn node_id(&'a self, n: &Nd<'a>) -> dot::Id<'a> {
221
- //! dot::Id::new(format!("N{}", n.val0() )).unwrap()
221
+ //! dot::Id::new(format!("N{}", n.0 )).unwrap()
222
222
//! }
223
223
//! fn node_label<'a>(&'a self, n: &Nd<'a>) -> dot::LabelText<'a> {
224
224
//! let &(i, _) = n;
You can’t perform that action at this time.
0 commit comments