Rename hir::StmtKind::Local into hir::StmtKind::Let
This commit is contained in:
@@ -1209,7 +1209,7 @@ pub struct Stmt<'hir> {
|
||||
#[derive(Debug, Clone, Copy, HashStable_Generic)]
|
||||
pub enum StmtKind<'hir> {
|
||||
/// A local (`let`) binding.
|
||||
Local(&'hir Local<'hir>),
|
||||
Let(&'hir Local<'hir>),
|
||||
|
||||
/// An item binding.
|
||||
Item(ItemId),
|
||||
|
||||
Reference in New Issue
Block a user