remove "refinement on pat" FIXME
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user