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
warning: ambiguous glob re-exports
--> pulse-sys/src/lib.rs:58:9
|
58 | pub use self::context::*;
| ^^^^^^^^^^^^^^^^ the name `flags` in the type namespace is first re-exported here
...
68 | pub use self::stream::*;
| --------------- but the name `flags` in the type namespace is also re-exported here
|
= note: `#[warn(ambiguous_glob_reexports)]` on by default
0 commit comments