fix long line
This commit is contained in:
parent
0fae3324a2
commit
7832db8031
1 changed files with 2 additions and 1 deletions
|
|
@ -130,7 +130,8 @@ impl<'tcx> fmt::Debug for traits::FulfillmentErrorCode<'tcx> {
|
|||
match *self {
|
||||
super::CodeSelectionError(ref e) => write!(f, "{:?}", e),
|
||||
super::CodeProjectionError(ref e) => write!(f, "{:?}", e),
|
||||
super::CodeSubtypeError(ref a, ref b) => write!(f, "CodeSubtypeError({:?}, {:?})", a, b),
|
||||
super::CodeSubtypeError(ref a, ref b) =>
|
||||
write!(f, "CodeSubtypeError({:?}, {:?})", a, b),
|
||||
super::CodeAmbiguity => write!(f, "Ambiguity")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue