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 {
443
443
Arc :: make_mut ( & mut self . inner ) . artifact = Some ( artifact) ;
444
444
}
445
445
446
- pub ( crate ) fn artifact ( & self ) -> Option < & Artifact > {
446
+ pub fn artifact ( & self ) -> Option < & Artifact > {
447
447
self . inner . artifact . as_ref ( )
448
448
}
449
449
@@ -508,15 +508,15 @@ impl Artifact {
508
508
} )
509
509
}
510
510
511
- pub ( crate ) fn kinds ( & self ) -> & [ ArtifactKind ] {
511
+ pub fn kinds ( & self ) -> & [ ArtifactKind ] {
512
512
& self . inner
513
513
}
514
514
515
- pub ( crate ) fn is_lib ( & self ) -> bool {
515
+ pub fn is_lib ( & self ) -> bool {
516
516
self . is_lib
517
517
}
518
518
519
- pub ( crate ) fn target ( & self ) -> Option < ArtifactTarget > {
519
+ pub fn target ( & self ) -> Option < ArtifactTarget > {
520
520
self . target
521
521
}
522
522
}
You can’t perform that action at this time.
0 commit comments