remove "refinement on pat" FIXME

This commit is contained in:
Niv Kaminer 2017-09-30 13:46:57 +03:00
parent ff99111f48
commit 5eebab28dd
2 changed files with 0 additions and 2 deletions

View File

@ -916,7 +916,6 @@ impl Stmt_ {
}
}
// FIXME: local should really be a refinement on pat.
/// Local represents a `let` statement, e.g., `let <pat>:<ty> = <expr>;`
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
pub struct Local {

View File

@ -786,7 +786,6 @@ pub enum MacStmtStyle {
NoBraces,
}
// FIXME: local should really be a refinement on pat.
/// Local represents a `let` statement, e.g., `let <pat>:<ty> = <expr>;`
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug)]
pub struct Local {