911279b4f9
Fixes the clippy lint ``` warning: accessing first element with `self.transports.get(0)` --> pbs-tape/src/lib.rs:283:9 | 283 | / self.transports 284 | | .get(0) | |___________________^ help: try: `self.transports.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `#[warn(clippy::get_first)]` on by default ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |