Skip to content

Commit

Permalink
remove default impl for ResultsHook::set_pipeline()
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Sep 16, 2024
1 parent 77f5207 commit 3d4a42a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions capnp/src/private/capability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ impl Clone for alloc::boxed::Box<dyn ClientHook> {
pub trait ResultsHook {
fn get(&mut self) -> crate::Result<any_pointer::Builder<'_>>;

// TODO(version bump): remove this default impl.
fn set_pipeline(&mut self) -> crate::Result<()> {
unimplemented!()
}
fn set_pipeline(&mut self) -> crate::Result<()>;

fn allow_cancellation(&self);
fn tail_call(
Expand Down

0 comments on commit 3d4a42a

Please sign in to comment.