This commit is contained in:
flip1995
2019-03-16 15:39:02 +01:00
parent 180e07e99e
commit 4832a853c7
2 changed files with 4 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ pub struct AbsolutePathPrinter<'a, 'tcx> {
use rustc::ty::print::Printer;
#[allow(clippy::diverging_sub_expression)]
impl<'tcx> Printer<'tcx, 'tcx> for AbsolutePathPrinter<'_, 'tcx> {
type Error = !;