change the `infallible` function defined on `lib.rs` to always be inlined we expect this to improve performance since before it was never inlined even with the suggestion, see https://github.com/servo/rust-smallvec/issues/604#issuecomment-5669304735 also, move the function to `errors.rs` instead
change the
infalliblefunction defined onlib.rsto always be inlinedwe expect this to improve performance since before it was never inlined even with the suggestion, see #604 (comment)
also, move the function to
errors.rsinstead