You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling order_demo_service v0.1.0 (/Users/andyanderson/projects/microservice-rust-mysql)
warning: private item shadows public glob re-export
--> src/main.rs:7:5
|
7 | use std::result::Result;
| ^^^^^^^^^^^^^^^^^^^
|
note: the name `Result` in the type namespace is supposed to be publicly re-exported here
--> src/main.rs:4:9
|
4 | pub use mysql_async::*;
| ^^^^^^^^^^^^^^
note: but the private item here shadows it
--> src/main.rs:7:5
|
7 | use std::result::Result;
| ^^^^^^^^^^^^^^^^^^^
= note: `#[warn(hidden_glob_reexports)]` on by default
warning: `order_demo_service` (bin "order_demo_service") generated 1 warning
Finished release [optimized] target(s) in 20.14s
The text was updated successfully, but these errors were encountered:
environment:
Mac m3
k3d/ks3
ran:
expected:
no errors on build
received:
The text was updated successfully, but these errors were encountered: