mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
warning: name `ConvertFromUTF8` contains a capitalized acronym --> virtio-devices/src/vsock/unix/mod.rs:32:5 | 32 | ConvertFromUTF8(std::str::Utf8Error), | ^^^^^^^^^^^^^^^ help: consider making the acronym lowercase, except the initial letter: `ConvertFromUtf8` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms Signed-off-by: Rob Bradford <robert.bradford@intel.com>