Make Bounds.clauses
private
This commit is contained in:
parent
d2d24e395a
commit
921e74fa57
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ use rustc_span::Span;
|
||||||
/// include the self type (e.g., `trait_bounds`) but in others we do not
|
/// include the self type (e.g., `trait_bounds`) but in others we do not
|
||||||
#[derive(Default, PartialEq, Eq, Clone, Debug)]
|
#[derive(Default, PartialEq, Eq, Clone, Debug)]
|
||||||
pub struct Bounds<'tcx> {
|
pub struct Bounds<'tcx> {
|
||||||
pub clauses: Vec<(ty::Clause<'tcx>, Span)>,
|
clauses: Vec<(ty::Clause<'tcx>, Span)>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'tcx> Bounds<'tcx> {
|
impl<'tcx> Bounds<'tcx> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue