Make a macro a const fn and remove outdated NB

This commit is contained in:
Tobias Bucher 2015-08-30 14:32:17 +02:00
parent 4bb90232da
commit aad7ea66da
2 changed files with 9 additions and 14 deletions

View file

@ -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,