getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
379 stars 67 forks source link

Remove () from usize(). #5

Closed qnighy closed 7 years ago

qnighy commented 7 years ago

Parentheses after primitive types will be prohibited in the future by rust-lang/rust#42238. This patch will remove the parentheses.

willglynn commented 7 years ago

I don't even know why those are there. Thanks!