summaryrefslogtreecommitdiffstats
path: root/tests/reexported_types.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reexported_types.rs')
-rw-r--r--tests/reexported_types.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/reexported_types.rs b/tests/reexported_types.rs
new file mode 100644
index 0000000..7a08130
--- /dev/null
+++ b/tests/reexported_types.rs
@@ -0,0 +1,4 @@
+#[test]
+fn can_access_uri_from_shiplift_crate() {
+ let _ = shiplift::Uri::default();
+}