From 774881d78ef39069df2374586e28d1eb82507fe1 Mon Sep 17 00:00:00 2001 From: ljedrz Date: Tue, 2 Oct 2018 10:58:50 +0200 Subject: [PATCH] rustc/ty: mark a comment as FIXME --- src/librustc/ty/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index 380f5a58665..41db7c5f039 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -1373,7 +1373,7 @@ pub fn walk_tys(&self) -> IntoIter> { } }; - // The only reason to collect into a vector here is that I was + // FIXME: The only reason to collect into a vector here is that I was // too lazy to make the full (somewhat complicated) iterator // type that would be needed here. But I wanted this fn to // return an iterator conceptually, rather than a `Vec`, so as -- GitLab