Put in a bunch of #[inline] attributes on fns.
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commitb549457d628fb178f6d700d85800f3ab63482d63
tree94f0f414b6c010644bc0e58912dd3718d9cdbe6e
parentec57ec49be65359fe10b09b9d2130e7a9481020b
Put in a bunch of #[inline] attributes on fns.

Somewhere along the path I didn’t mark some functions as `#[inline]`
which they should probably be.

Small but visible benchmark improvements, but within ε so low
confidence.
src/any.rs
src/lib.rs
src/raw.rs