diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-06-15 17:40:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-15 17:40:12 +0900 |
| commit | d921055a5e2069eb61ede4bed7984a094c0136ba (patch) | |
| tree | 1c34bd48e616f430a902a7e041f8c52fb4eb7f02 /src/test/codegen/src-hash-algorithm | |
| parent | e84ee522a927b3564aea4f0c5d61150f0f7c307a (diff) | |
| parent | 74e8e7bb600212e7fef9782fde5ad9c13e1d65a0 (diff) | |
| download | rust-d921055a5e2069eb61ede4bed7984a094c0136ba.tar.gz rust-d921055a5e2069eb61ede4bed7984a094c0136ba.zip | |
Rollup merge of #86277 - jsha:remove-must-use, r=Manishearth
Remove must_use from ALLOWED_ATTRIBUTES This is a fairly common attribute on methods, but is not something you need to know when reading the method docs - the purpose of the attribute is for the compiler to tell you about it if you forget to use a value. Removing reclaims some valuable space in the summary of methods, particularly when the attribute has a long string value. As discussed in #84309. Partially addresses #81482. r? ```@Manishearth```
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions
