1a2b170606
This fixes the following clippy warnings: error: usage of `Rc<T>` when T is a buffer type --> src/wayland/dmabuf/mod.rs:265:14 | 265 | formats: Rc<Vec<Format>>, | ^^^^^^^^^^^^^^^ help: try: `Rc<[Format]>` | = note: `-D clippy::rc-buffer` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#rc_buffer error: usage of `Rc<T>` when T is a buffer type --> src/wayland/shm/mod.rs:91:14 | 91 | formats: Rc<Vec<wl_shm::Format>>, | ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `Rc<[wl_shm::Format]>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#rc_buffer Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
compositor | ||
data_device | ||
dmabuf | ||
explicit_synchronization | ||
output | ||
seat | ||
shell | ||
shm | ||
mod.rs |