diff options
| author | yanchith <yanchi.toth@gmail.com> | 2022-08-25 14:35:58 +0200 |
|---|---|---|
| committer | yanchith <yanchi.toth@gmail.com> | 2022-08-25 14:35:58 +0200 |
| commit | 49709dceb64897f7ecff4d53abfceb2f60eb83d4 (patch) | |
| tree | 4830854f2623e3c5e3566903c9e53b9aeb69dae2 /test-project/src/lib.rs | |
| parent | faf6d98b3e2a386f3f37079f9bb6de11a7bce6cc (diff) | |
| download | rust-mode-49709dceb64897f7ecff4d53abfceb2f60eb83d4.tar.gz | |
Fulfil requirements of cargo locate-project --workspace
Diffstat (limited to 'test-project/src/lib.rs')
| -rw-r--r-- | test-project/src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-project/src/lib.rs b/test-project/src/lib.rs new file mode 100644 index 0000000..cdc8599 --- /dev/null +++ b/test-project/src/lib.rs @@ -0,0 +1,4 @@ +pub fn test_project() { + // This is only present, because cargo locate-project --workspace actually + // validates the rust project and fails if there is no target. +} |
