From 7e730e28bbe5c76147bd4fe88ad043662f9155ba Mon Sep 17 00:00:00 2001 From: Reilly Wood <26268125+rgwood@users.noreply.github.com> Date: Wed, 20 Apr 2022 22:56:56 -0700 Subject: [PATCH] Delete obsolete+unused files (#5272) --- Makefile.toml | 24 ------------------------ README.build.txt | 1 - rustfmt.toml | 1 - 3 files changed, 26 deletions(-) delete mode 100644 Makefile.toml delete mode 100644 README.build.txt delete mode 100644 rustfmt.toml diff --git a/Makefile.toml b/Makefile.toml deleted file mode 100644 index 5b566acb2d..0000000000 --- a/Makefile.toml +++ /dev/null @@ -1,24 +0,0 @@ -[tasks.lalrpop] -install_crate = { crate_name = "lalrpop", binary = "lalrpop", test_arg = "--help" } -command = "lalrpop" -args = ["src/parser/parser.lalrpop"] - -[tasks.baseline] -command = "cargo" -args = ["build", "--bins"] - -[tasks.run] -command = "cargo" -args = ["run"] -dependencies = ["baseline"] - -[tasks.test] -command = "cargo" -args = ["test"] -dependencies = ["baseline"] - -[tasks.check] -command = "cargo" -args = ["check"] -dependencies = ["baseline"] - diff --git a/README.build.txt b/README.build.txt deleted file mode 100644 index 69f8e5ac39..0000000000 --- a/README.build.txt +++ /dev/null @@ -1 +0,0 @@ -Nu will look for the plugins in your PATH on startup. While nu will have some functionality without them, for full functionality you'll need to copy them into your path so they can be loaded. diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index c51666e8f4..0000000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -edition = "2018" \ No newline at end of file