Fix privacy fallout from previous change
This commit is contained in:
@@ -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>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user