rust: rust-std should not depend on itself

This commit is contained in:
Toyam Cox 2021-01-27 00:29:52 -05:00
parent 7d6be95241
commit d0c85ab2eb
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ rust-doc_package() {
rust-std_package() {
short_desc+=" - standard library"
depends=""
pkg_install() {
vmove usr/lib/rustlib
}