Sign in
fuchsia
/
third_party
/
github.com
/
petgraph
/
petgraph
/
refs/heads/upstream/bm/speed-regression
/
.
/
src
/
snapshots
/
petgraph__dot__test__edge_no_label.snap
blob: ac92eeaf72b15af6240f1577ce9d8fae9607895f [
file
] [
log
] [
blame
] [
edit
]
---
source
:
src
/
dot
.
rs
expression
:
dot
---
digraph petgraph
{
N0
[
label
=
"0"
];
N1
[
label
=
"1"
];
N0
->
N1
[
arrowhead
=
"normal"
dir
=
"both"
arrowtail
=
"none"
];
}