We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a498b6 commit 9a29b8bCopy full SHA for 9a29b8b
src/cargo/sources/path.rs
@@ -95,7 +95,7 @@ impl<'cfg> PathSource<'cfg> {
95
}
96
97
/// Returns the packages discovered by this source. It may walk the
98
- /// the filesystem if package informations haven't yet updated.
+ /// filesystem if package informations haven't yet updated.
99
pub fn read_packages(&self) -> CargoResult<Vec<Package>> {
100
if self.updated {
101
Ok(self.packages.clone())
0 commit comments