bless UI test involving private name

This commit is contained in:
joboet 2025-02-02 19:53:40 +01:00
parent 4f834264ab
commit 8a3cb13511
No known key found for this signature in database
GPG key ID: 704E0149B0194B3C

View file

@ -26,7 +26,7 @@ LL | if String::from("a") == "a".try_into().unwrap() {}
| ^^^^^^^^
|
= note: multiple `impl`s satisfying `_: TryFrom<&str>` found in the following crates: `core`, `std`:
- impl TryFrom<&str> for std::sys_common::net::LookupHost;
- impl TryFrom<&str> for std::sys::net::connection::socket::LookupHost;
- impl<T, U> TryFrom<U> for T
where U: Into<T>;
= note: required for `&str` to implement `TryInto<_>`