Use new attribute syntax in python files in src/etc too (#13478)
This commit is contained in:
@@ -18,7 +18,7 @@ about the stream or terminal to which it is attached.
|
||||
# Example
|
||||
|
||||
```rust
|
||||
# #[allow(unused_must_use)];
|
||||
# #![allow(unused_must_use)]
|
||||
use std::io;
|
||||
|
||||
let mut out = io::stdout();
|
||||
|
||||
Reference in New Issue
Block a user