diff --git a/Makefile.toml b/Makefile.toml deleted file mode 100644 index 5b566acb2..000000000 --- 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 69f8e5ac3..000000000 --- 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 c51666e8f..000000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -edition = "2018" \ No newline at end of file