<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b2c3cab8e97c971c009c7e024fb2f29d2fcaaaa1">https://github.com/macports/macports-ports/commit/b2c3cab8e97c971c009c7e024fb2f29d2fcaaaa1</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new b2c3cab8e97 rust: include clippy, rustfmt & rls during build
</span>b2c3cab8e97 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b2c3cab8e97c971c009c7e024fb2f29d2fcaaaa1
</span>Author: Herby Gillot <herby.gillot@gmail.com>
AuthorDate: Mon Mar 8 03:14:39 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    rust: include clippy, rustfmt & rls during build
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/60057
</span>---
 lang/rust/Portfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/rust/Portfile b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index adebfcc37ff..26897ef8423 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/rust/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@ PortSystem          1.0
</span> 
 name                rust
 version             1.50.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          lang devel
 platforms           darwin
 supported_archs     x86_64 arm64
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,7 +112,9 @@ configure.args          --enable-vendor \
</span>                         --local-rust-root=${rust_root} \
                         --set=target.${rust_platform}.cc=${configure.cc} \
                         --set=target.${rust_platform}.cxx=${configure.cxx} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        --set=target.${rust_platform}.linker=${configure.cc}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --set=target.${rust_platform}.linker=${configure.cc} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --enable-extended \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        --tools=rustfmt,clippy,rls
</span> 
 post-configure {
     # the bootstrap call to rustc uses cc for the linker
</pre><pre style='margin:0'>

</pre>