Make a macro a const fn and remove outdated NB
This commit is contained in:
parent
4bb90232da
commit
aad7ea66da
2 changed files with 9 additions and 14 deletions
|
@ -1372,8 +1372,6 @@ pub struct TypeBinding {
|
|||
pub span: Span,
|
||||
}
|
||||
|
||||
|
||||
// NB PartialEq method appears below.
|
||||
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash)]
|
||||
pub struct Ty {
|
||||
pub id: NodeId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue