Skip to content

Commit 081a043

Browse files
committed
Remove integer suffixes
1 parent 1679960 commit 081a043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rustc/middle/typeck/astconv.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ fn ast_path_to_ty<AC: ast_conv, RS: region_scope Copy Owned>(
148148
return {substs: substs, ty: ty};
149149
}
150150

151-
const NO_REGIONS: uint = 1u;
152-
const NO_TPS: uint = 2u;
151+
const NO_REGIONS: uint = 1;
152+
const NO_TPS: uint = 2;
153153

154154
// Parses the programmer's textual representation of a type into our
155155
// internal notion of a type. `getter` is a function that returns the type

0 commit comments

Comments
 (0)