Skip to content

Commit eedb1a8

Browse files
committed
remove deprecated WeakCapabilityServerSet
1 parent 103f6de commit eedb1a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

capnp-rpc/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,6 @@ where
316316
)))
317317
}
318318

319-
#[deprecated(since = "0.17.0", note = "use CapabilityServerSet instead")]
320-
pub type WeakCapabilityServerSet<S, C> = CapabilityServerSet<S, C>;
321-
322319
/// Allows a server to recognize its own capabilities when passed back to it, and obtain the
323320
/// underlying Server objects associated with them. Holds only weak references to Server objects
324321
/// allowing Server objects to be dropped when dropped by the remote client. Call the `gc` method

0 commit comments

Comments
 (0)