about summary refs log tree commit diff
path: root/tests/workspace_test/src
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2022-01-10 15:27:00 -0600
committerCameron Steffen <cam.steffen94@gmail.com>2022-01-10 17:08:22 -0600
commit920e9f0c4b1aa0921d4dd5e22ea727a31dd8e2cc (patch)
tree25602d4369e0e0d27e69dc9b2f9fc2e9ea4c283c /tests/workspace_test/src
parent51dbbf3c4c67446e3ae81e2488f48bfce8dac59f (diff)
Move workspace test
Diffstat (limited to 'tests/workspace_test/src')
-rw-r--r--tests/workspace_test/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/workspace_test/src/main.rs b/tests/workspace_test/src/main.rs
new file mode 100644
index 00000000000..b322eca1db5
--- /dev/null
+++ b/tests/workspace_test/src/main.rs
@@ -0,0 +1,3 @@
+#![deny(rust_2018_idioms)]
+
+fn main() {}