From 1ffd21a15c19121e46f931f44e8442e4a31df236 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 15 Mar 2021 12:19:29 +0000 Subject: [PATCH] Pacify tidy --- compiler/rustc_middle/src/ty/consts/valtree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_middle/src/ty/consts/valtree.rs b/compiler/rustc_middle/src/ty/consts/valtree.rs index fbe4c657323f..97e7dd6507b9 100644 --- a/compiler/rustc_middle/src/ty/consts/valtree.rs +++ b/compiler/rustc_middle/src/ty/consts/valtree.rs @@ -11,7 +11,7 @@ use rustc_macros::HashStable; /// `AllocId`s point to equal values. So we may end up with different representations for /// two constants whose value is `&42`. Furthermore any kind of struct that has padding will /// have arbitrary values within that padding, even if the values of the struct are the same. -/// +/// /// `ValTree` does not have this problem with representation, as it only contains integers or /// lists of values of itself. pub enum ValTree<'tcx> {