warning: Constants have by default a `'static` lifetime --> src/handshake/mod.rs:113:21 | 113 | const WS_GUID: &'static [u8] = b"258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; | -^^^^^^^----- help: consider removing `'static`: `&[u8]` | = note: #[warn(const_static_lifetime)] on by default = help: for further information visit https://rust-lang-nursery.github.io/rust-clippy/v0.0.212/index.html#const_static_lifetimepull/39/head
parent
3772aaf163
commit
368504b6e7
Loading…
Reference in new issue