japaric / cargo-call-stack

Whole program static stack analysis
Apache License 2.0
579 stars 52 forks source link

Fix future-compat warning #34

Closed jonas-schievink closed 3 years ago

jonas-schievink commented 3 years ago

The macro was used in expression position, so the trailing ; should be removed as it isn't valid there.