summaryrefslogtreecommitdiffstats
path: root/src/project.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/project.rs')
-rw-r--r--src/project.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/project.rs b/src/project.rs
index b776cc2..26f0a8b 100644
--- a/src/project.rs
+++ b/src/project.rs
@@ -45,10 +45,3 @@ where
self.as_ref()
}
}
-
-#[cfg(feature = "preview")]
-pub trait Preview {
- type Error;
-
- fn preview(&self) -> Result<(), Self::Error>;
-}