diff options
| author | Mason Reed <mason@vector35.com> | 2025-05-04 15:38:54 -0400 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2025-05-12 17:45:24 -0400 |
| commit | e180c955f9397849bdb1ea08f1e913ebac71ed5d (patch) | |
| tree | a6c8e309e3a723c04e2d5085c0449bd8f3a10db5 /rust/src/websocket.rs | |
| parent | bb68ef5ad6c3e6a391bc884763231ed3291a5f9e (diff) | |
[Rust] More cleanup
Diffstat (limited to 'rust/src/websocket.rs')
| -rw-r--r-- | rust/src/websocket.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/websocket.rs b/rust/src/websocket.rs index cc1b5f77..4acf10a6 100644 --- a/rust/src/websocket.rs +++ b/rust/src/websocket.rs @@ -1,7 +1,7 @@ //! Interface for registering new websocket providers //! //! WARNING: Do _not_ use this for anything other than provider registration. If you need to open a -//! websocket connection use a real websocket library. +//! websocket connection, use a real websocket library. mod client; mod provider; |
