Caden Haustein
f2cc75f4cf
Merge 5e30d86108 into 844b552531
2025-08-19 00:25:37 +08:00
Marc-Antoine Perennou
57eafb41d0
silence warnings reported by newer rust versions
2024-08-21 10:13:50 +02:00
Caden Haustein
03d1910708
Fix some clippy warnings
2021-01-31 13:50:27 -06:00
Jim Blandy
949ff90306
Fix BufWriter documentation: BufWriters do not flush when dropped.
...
This was partially fixed in #586 , but there's another sentence later that makes
the same claim.
2020-08-30 12:20:00 -07:00
boats
0f30ab8c0a
Fix the docs and Debug output of BufWriter. ( #588 )
...
The BufWriter docs inaccurately stated that it flushes on drop, which it does
not do. This PR changes the docs, as well as the example, to highlight that
the user must explicitly flush a bufwriter.
There were also two places where the BufWriter code referred to it as a
BufReader: in the link to the std docs, and in the Debug output. Those have
also been fixed.
2019-11-26 14:23:10 +01:00
yjhmelody
5adb112a00
export IntoInnerError for io
2019-11-13 13:52:16 +08:00
yjhmelody
9d634cb2a7
refactor io dir to be same with std
2019-11-13 12:42:59 +08:00
Stjepan Glavina
548733e5d5
Cleanup stream traits ( #487 )
...
* Cleanup stream traits
* Fix docs
2019-11-09 11:22:09 +01:00
Taiki Endo
944e43d4bf
Remove Pin API related unsafe code by using pin-project-lite cra… ( #381 )
2019-10-23 10:35:02 +01:00
k-nasa
13ff627b09
$cargo fmt
2019-10-13 16:02:02 +09:00
k-nasa
ad156b1fce
feat: Add BufWriter::into_inner flush
2019-10-13 15:55:32 +09:00
Stjepan Glavina
da2335bd57
Cleanup BufWriter
2019-10-09 14:45:40 +02:00
Kirill Mironov
63154f5b7a
cargo fmt
2019-09-24 16:33:02 +03:00
Kirill Mironov
d23af83189
removed LineWriter and implemented requested changes
...
Signed-off-by: Kirill Mironov <k.mironov@albato.ru>
2019-09-24 15:59:46 +03:00
Kirill Mironov
a0759a6c53
Implement LineWriter and BufWriter
2019-08-21 01:44:05 +03:00
Kirill Mironov
48d4c9b18d
begin implementing BufWriter
2019-08-20 18:30:33 +03:00
Kirill Mironov
91aeb39e4c
begin implementing BufWriter
2019-08-20 14:48:15 +03:00