Files
rust/library/std/src/io
Michael Goulet 0c241e6bdb Rollup merge of #114194 - thomcc:flushinline, r=cuviper
Inline trivial (noop) flush calls

At work I noticed that `writer.flush()?` didn't get optimized away in cases where the flush is obviously a no-op, which I had expected (well, desired).

I went through and added `#[inline]` to a bunch of cases that were obviously noops, or delegated to ones that were obviously noops. I omitted platforms I don't have access to (some tier3). I didn't do this very scientifically, in cases where it was non-obvious I left `#[inline]` off.
2023-08-10 21:17:36 -07:00
..
2023-07-09 00:05:56 +02:00
2022-06-26 17:15:31 +01:00
2023-04-26 02:10:22 -04:00
2023-07-09 00:05:56 +02:00
2023-04-12 19:27:18 +02:00
2023-07-28 18:09:12 -07:00
2023-04-28 08:47:55 -07:00