Files
rust/library/std/src
Matthias Krüger ee804594c8 Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=joshtriplett
Add #[must_use] to stdin/stdout/stderr locks

Affected methods:

```rust
std::io           fn stdin_locked() -> StdinLock<'static>;
std::io::Stdin    fn lock(&self) -> StdinLock<'_>;
std::io           fn stdout_locked() -> StdoutLock<'static>;
std::io::Stdout   fn lock(&self) -> StdoutLock<'_>;
std::io           fn stderr_locked() -> StderrLock<'static>;
std::io::Stderr   fn lock(&self) -> StderrLock<'_>;
```

Parent issue: https://github.com/rust-lang/rust/issues/89692
2021-10-09 11:56:07 +02:00
..
2021-10-04 10:29:46 +01:00
2021-06-13 14:00:15 -04:00
2021-06-13 14:00:15 -04:00
2021-02-06 13:05:56 +01:00
2021-05-19 15:52:09 +02:00
2020-09-02 17:37:40 -04:00
2021-10-04 10:29:46 +01:00
2021-09-16 14:51:14 +03:00
2021-09-22 05:17:30 -04:00
2021-08-01 11:19:24 -04:00
2021-09-08 20:51:05 -04:00
2021-09-16 14:32:32 +02:00