We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a43769 commit 72cb2ecCopy full SHA for 72cb2ec
crates_io_tarball/src/manifest.rs
@@ -74,7 +74,7 @@ impl<T: IsInherited> IsInherited for Option<T> {
74
75
impl IsInherited for Dependency {
76
fn is_inherited(&self) -> bool {
77
- matches!(self, Dependency::Detailed(detail) if detail.workspace.unwrap_or(false))
+ matches!(self, Dependency::Inherited(_))
78
}
79
80
0 commit comments