Skip to content

Commit 1ffd21a

Browse files
committed
Pacify tidy
1 parent 9f407ae commit 1ffd21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/ty/consts/valtree.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use rustc_macros::HashStable;
1111
/// `AllocId`s point to equal values. So we may end up with different representations for
1212
/// two constants whose value is `&42`. Furthermore any kind of struct that has padding will
1313
/// have arbitrary values within that padding, even if the values of the struct are the same.
14-
///
14+
///
1515
/// `ValTree` does not have this problem with representation, as it only contains integers or
1616
/// lists of values of itself.
1717
pub enum ValTree<'tcx> {

0 commit comments

Comments
 (0)