From 366111e28ff55606df842759617af431421444cf Mon Sep 17 00:00:00 2001 From: onyinyang Date: Mon, 20 Mar 2023 12:33:26 -0400 Subject: [PATCH] Add bridge_update stub --- crates/lox-library/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/lox-library/src/lib.rs b/crates/lox-library/src/lib.rs index c20d895..ff23039 100644 --- a/crates/lox-library/src/lib.rs +++ b/crates/lox-library/src/lib.rs @@ -309,6 +309,11 @@ impl BridgeAuth { self.bridge_table.spares.insert(bnum); } + pub fn bridge_update(&mut self, bridge: &BridgeLine, bdb: &mut BridgeDb) -> bool { + + false + } + /// Mark a bridge as unreachable /// /// This bridge will be removed from each of the buckets that