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
src/detail/discover.rs:309:40: 309:44 error: the trait `core::fmt::Debug` is not implemented for the type `regex::re::Captures<'_>` [E0277]
src/detail/discover.rs:309 println!("caps: {:?}", caps);
^~~~