about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-04-12 08:46:59 +0200
committerGitHub <noreply@github.com>2022-04-12 08:46:59 +0200
commit1b364ae5d6e09dde5e0cc6b2087d7e8fd64730e1 (patch)
tree27fd0e6ae08a4af39fae682c4c7ce9369b939723 /library/std/src/sys/unix/process/process_unix.rs
parent2836143380af7d41efb59d95d44d97b417dad2b4 (diff)
parentbe23ead9a422b1cf271296ebebd7a8d3afd1604a (diff)
downloadrust-1b364ae5d6e09dde5e0cc6b2087d7e8fd64730e1.tar.gz
rust-1b364ae5d6e09dde5e0cc6b2087d7e8fd64730e1.zip
Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPC
Fix crate_type attribute to not warn on duplicates

In #88681 I accidentally marked the `crate_type` attribute as only allowing a single attribute. However, multiple attributes are allowed (they are joined together [here](https://github.com/rust-lang/rust/blob/027a232755fa9728e9699337267f6675dfd0a8ba/compiler/rustc_interface/src/util.rs#L530-L542)). This fixes it to not report a warning if duplicates are found.

Closes #95902
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions