Fix privacy fallout from previous change

This commit is contained in:
Alex Crichton
2014-01-24 11:02:03 -08:00
parent 31ac9c4288
commit 4d6836f418
32 changed files with 51 additions and 51 deletions

View File

@@ -122,7 +122,7 @@ struct PathSegmentAndBoundSet {
}
/// A path paired with optional type bounds.
struct PathAndBounds {
pub struct PathAndBounds {
path: ast::Path,
bounds: Option<OptVec<TyParamBound>>,
}