diff options
Diffstat (limited to 'subprojects/thiserror/tests/no-std/Cargo.toml')
| -rw-r--r-- | subprojects/thiserror/tests/no-std/Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/subprojects/thiserror/tests/no-std/Cargo.toml b/subprojects/thiserror/tests/no-std/Cargo.toml deleted file mode 100644 index 8b03d2f..0000000 --- a/subprojects/thiserror/tests/no-std/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name = "thiserror_no_std_test" -version = "0.0.0" -authors = ["David Tolnay <dtolnay@gmail.com>"] -edition = "2021" -publish = false - -[lib] -path = "test.rs" - -[dependencies] -thiserror = { path = "../..", default-features = false } |
