I've been going through syntax::ast recently and found that there are still quite a few uses of uint. Not just the type name, but its used in a good few places in method names too.
A quick grep tells me there's 246 uses of it in libsyntax. Are there plans to remove/rename these uses? I'd be happy to go through it if someone isn't already on the case!
I've been going through
syntax::astrecently and found that there are still quite a few uses ofuint. Not just the type name, but its used in a good few places in method names too.A quick grep tells me there's 246 uses of it in
libsyntax. Are there plans to remove/rename these uses? I'd be happy to go through it if someone isn't already on the case!