##// END OF EJS Templates
rust-pathauditor: actually populate the `audited_dirs` cache...
Raphaël Gomès -
r45021:8a237131 default
parent child Browse files
Show More
@@ -117,6 +117,7 b' impl PathAuditor {'
117 117 continue;
118 118 }
119 119 self.check_filesystem(&prefix, &path)?;
120 self.audited_dirs.insert(prefix.to_owned());
120 121 }
121 122
122 123 self.audited.insert(path.to_owned());
General Comments 0
You need to be logged in to leave comments. Login now