Skip to content

Commit 014bf31

Browse files
committed
---
yaml --- r: 176804 b: refs/heads/tmp c: 0684c8e h: refs/heads/master v: v3
1 parent 2a97a28 commit 014bf31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: fbef241709093b3fb18cb12500fd33e4ab964b62
37+
refs/heads/tmp: 0684c8ebf92933e6382d1ac13a77999296411dac

branches/tmp/src/librustc/util/ppaux.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ impl<'tcx, T:Repr<'tcx>> Repr<'tcx> for Option<T> {
544544

545545
impl<'tcx, T:Repr<'tcx>> Repr<'tcx> for P<T> {
546546
fn repr(&self, tcx: &ctxt<'tcx>) -> String {
547-
(*self).repr(tcx)
547+
(**self).repr(tcx)
548548
}
549549
}
550550

0 commit comments

Comments
 (0)