Update obsolete doc comment

This commit is contained in:
Benjamin Saunders
2023-06-03 18:06:37 -07:00
committed by Dirkjan Ochtman
parent c1d412c7aa
commit 65bbb1e154
+2 -3
View File
@@ -34,9 +34,8 @@ use crate::{
/// The main entry point to the library
///
/// This object performs no I/O whatsoever. Instead, it generates a stream of packets to send via
/// `poll_transmit`, and consumes incoming packets and connection-generated events via `handle` and
/// `handle_event`.
/// This object performs no I/O whatsoever. Instead, it consumes incoming packets and
/// connection-generated events via `handle` and `handle_event`.
pub struct Endpoint {
rng: StdRng,
index: ConnectionIndex,