diff options
author | o01eg <o01eg@yandex.ru> | 2020-09-10 10:51:07 +0300 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2020-09-10 14:15:12 +0400 |
commit | bdc4473ec471f73f696682862b4c089aa1e32b67 (patch) | |
tree | e945de57b152aafea12279db6908d28218c41e5d /dev-lang | |
parent | Add rust-analyzer to rust (diff) | |
download | rust-bdc4473ec471f73f696682862b4c089aa1e32b67.tar.gz rust-bdc4473ec471f73f696682862b4c089aa1e32b67.tar.bz2 rust-bdc4473ec471f73f696682862b4c089aa1e32b67.zip |
Allow warnings to fix https://github.com/rust-lang/rust/issues/76526
Closes: https://github.com/gentoo/gentoo-rust/pull/503
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index 9f66170..611ab20 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -257,6 +257,7 @@ src_configure() { lld = $(usex system-llvm false $(toml_usex wasm)) backtrace-on-ice = true jemalloc = false + deny-warnings = false [dist] src-tarball = false EOF |