Skip to content

Commit

Permalink
remove deprecated WeakCapabilityServerSet
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Jul 3, 2023
1 parent 103f6de commit eedb1a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions capnp-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ where
)))
}

#[deprecated(since = "0.17.0", note = "use CapabilityServerSet instead")]
pub type WeakCapabilityServerSet<S, C> = CapabilityServerSet<S, C>;

/// Allows a server to recognize its own capabilities when passed back to it, and obtain the
/// underlying Server objects associated with them. Holds only weak references to Server objects
/// allowing Server objects to be dropped when dropped by the remote client. Call the `gc` method
Expand Down

0 comments on commit eedb1a8

Please sign in to comment.