summaryrefslogtreecommitdiff
path: root/test-project/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test-project/src/lib.rs')
-rw-r--r--test-project/src/lib.rs4
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.
+}