File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,7 @@ impl Dependency {
443443 Arc :: make_mut ( & mut self . inner ) . artifact = Some ( artifact) ;
444444 }
445445
446- pub ( crate ) fn artifact ( & self ) -> Option < & Artifact > {
446+ pub fn artifact ( & self ) -> Option < & Artifact > {
447447 self . inner . artifact . as_ref ( )
448448 }
449449
@@ -508,15 +508,15 @@ impl Artifact {
508508 } )
509509 }
510510
511- pub ( crate ) fn kinds ( & self ) -> & [ ArtifactKind ] {
511+ pub fn kinds ( & self ) -> & [ ArtifactKind ] {
512512 & self . inner
513513 }
514514
515- pub ( crate ) fn is_lib ( & self ) -> bool {
515+ pub fn is_lib ( & self ) -> bool {
516516 self . is_lib
517517 }
518518
519- pub ( crate ) fn target ( & self ) -> Option < ArtifactTarget > {
519+ pub fn target ( & self ) -> Option < ArtifactTarget > {
520520 self . target
521521 }
522522}
You can’t perform that action at this time.
0 commit comments