summaryrefslogtreecommitdiffstats
path: root/tests/reexported_types.rs
blob: 7a08130abc158d229ea916ae4a840d3545480bc9 (plain)
1
2
3
4
#[test]
fn can_access_uri_from_shiplift_crate() {
    let _ = shiplift::Uri::default();
}