diff options
| author | Aaron Turon <aturon@mozilla.com> | 2014-11-14 13:55:57 -0800 |
|---|---|---|
| committer | Aaron Turon <aturon@mozilla.com> | 2014-11-20 17:19:13 -0800 |
| commit | 3ee916e50bd86768cb2a9141f9b2c52d2601b412 (patch) | |
| tree | db9ca36ba7fa33d823dbaec8f8fd53c4be6e8a2b /src/driver | |
| parent | ad022b1a1bcdb8d2e6d1f200f5824f16de2c2193 (diff) | |
| download | rust-3ee916e50bd86768cb2a9141f9b2c52d2601b412.tar.gz rust-3ee916e50bd86768cb2a9141f9b2c52d2601b412.zip | |
Remove libnative
With runtime removal complete, there's nothing left of libnative. This commit removes it. Fixes #18687 [breaking-change]
Diffstat (limited to 'src/driver')
| -rw-r--r-- | src/driver/driver.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/driver.rs b/src/driver/driver.rs index 632d21d7b9c..224b4f1b5c5 100644 --- a/src/driver/driver.rs +++ b/src/driver/driver.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#![no_start] + #[cfg(rustdoc)] extern crate "rustdoc" as this; |
