mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove "Not the toml you’re looking for".
It’s been broken for a while and nobody noticed.
This commit is contained in:
parent
53d2432c90
commit
998ab77957
2 changed files with 0 additions and 19 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -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`.
|
|
||||||
|
|
||||||
");
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue