summaryrefslogtreecommitdiffstats
path: root/src/node.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-11-08 14:31:49 +0000
committerGitHub <noreply@github.com>2022-11-08 14:31:49 +0000
commit5cc96a7a9f8a48a13dca4dd6a48dacff27773f3b (patch)
tree43c84000d7d20f9e9d94cb7a9a0e8843b31f0bf7 /src/node.rs
parent7641388216802ba578a5f14c1ad50dae1b0ce5c2 (diff)
parent35cd553550758425e890590c64386509ea4645ce (diff)
Merge #1
1: Add Bors r=matthiasbeyer a=matthiasbeyer Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/node.rs')
-rw-r--r--src/node.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node.rs b/src/node.rs
index 794c4af..58515a8 100644
--- a/src/node.rs
+++ b/src/node.rs
@@ -11,4 +11,3 @@ pub trait Node {
type Id: NodeId;
fn parent_ids(&self) -> Vec<Self::Id>;
}
-