File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ impl<'gctx> PathSource<'gctx> {
91
91
}
92
92
93
93
/// Gets the last modified file in a package.
94
- pub fn last_modified_file ( & self , pkg : & Package ) -> CargoResult < ( FileTime , PathBuf ) > {
94
+ fn last_modified_file ( & self , pkg : & Package ) -> CargoResult < ( FileTime , PathBuf ) > {
95
95
if self . package . is_none ( ) {
96
96
return Err ( internal ( format ! (
97
97
"BUG: source `{:?}` was not loaded" ,
@@ -271,7 +271,7 @@ impl<'gctx> RecursivePathSource<'gctx> {
271
271
}
272
272
273
273
/// Gets the last modified file in a package.
274
- pub fn last_modified_file ( & self , pkg : & Package ) -> CargoResult < ( FileTime , PathBuf ) > {
274
+ fn last_modified_file ( & self , pkg : & Package ) -> CargoResult < ( FileTime , PathBuf ) > {
275
275
if !self . loaded {
276
276
return Err ( internal ( format ! (
277
277
"BUG: source `{:?}` was not loaded" ,
You can’t perform that action at this time.
0 commit comments