зеркало из https://github.com/mozilla/gecko-dev.git
servo: Merge #5712 - Remove "Not the toml you’re looking for" (from servo:not-the-toml-you-re-looking-for); r=metajack
It’s been broken for a while and nobody noticed. Source-Repo: https://github.com/servo/servo Source-Revision: 7fddf4aa13e3480da16557442768b3125bdbfcb5
This commit is contained in:
Родитель
087e3114be
Коммит
83ab0c9461
|
@ -1,10 +0,0 @@
|
|||
[package]
|
||||
|
||||
name = "not-the-toml-you-re-looking-for"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
|
||||
build = "support/not-the-toml-you-re-looking-for.rs"
|
||||
|
||||
[lib]
|
||||
name = "not-the-toml-you-re-looking-for"
|
|
@ -1,9 +0,0 @@
|
|||
fn main() {
|
||||
::std::os::set_exit_status(1);
|
||||
let _ = ::std::old_io::stderr().write(br"
|
||||
|
||||
This is not the `Cargo.toml` file you're looking for.
|
||||
Invoke Cargo through mach instead, e.g. `./mach build`.
|
||||
|
||||
");
|
||||
}
|
Загрузка…
Ссылка в новой задаче