mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove work-around that is now unnecessary
We use rustup.rs, where each toolchain has its own Cargo version.
This commit is contained in:
parent
fe0d2866f1
commit
631623a80e
1 changed files with 0 additions and 4 deletions
|
@ -296,10 +296,6 @@ class CommandBase(object):
|
|||
|
||||
def set_use_geckolib_toolchain(self, use_geckolib_toolchain=True):
|
||||
self._use_geckolib_toolchain = use_geckolib_toolchain
|
||||
if use_geckolib_toolchain:
|
||||
# We use Cargo Nightly 1.24 with Rust 1.22,
|
||||
# it passes `-C incremental` to rustc, which is new in Rust 1.24.
|
||||
self.config["build"]["incremental"] = False
|
||||
|
||||
def toolchain(self):
|
||||
if self._use_geckolib_toolchain:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue