Commit Graph

3 Commits

Author SHA1 Message Date
rchaser53
ae787d954e fix missing a semicolon 2019-03-07 23:26:47 +09:00
Seiichi Uchida
7a69a4c82d Remove an unused binary file 2018-01-29 05:37:47 +09:00
Ryan Cumming
5f3c340bfb Lint for trait methods without bodies
As discussed in rust-lang/rust#47475 the #[inline] attribute is
currently allowed on trait methods without bodies (i.e. without a
default implementation). This is misleading as it could be interpreted
as affecting the implementations of the trait method. Add a lint for any
use of #[inline] on a trait method without a body.

Fixes rust-lang/rust#47475
2018-01-18 20:01:24 +11:00